From d39f48fd97a22e325fea7ecc3aa0c8a47c877680 Mon Sep 17 00:00:00 2001 From: Tomer Cohen Date: Mon, 30 Sep 2019 23:41:50 +0300 Subject: [PATCH] =?UTF-8?q?Documentation=20typo=20fixes:=20ofyour=E2=86=92?= =?UTF-8?q?of=20your;=20camelcase=E2=86=92camelCase;=20100X100px=E2=86=921?= =?UTF-8?q?00=C3=97100px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/AddOAuthProvider.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/AddOAuthProvider.md b/docs/AddOAuthProvider.md index b25e25195..290f2a91d 100644 --- a/docs/AddOAuthProvider.md +++ b/docs/AddOAuthProvider.md @@ -18,11 +18,11 @@ The first step in adding a new OAuth provider is to list it in providers config ./app/config/providers.php ``` -Make sure to fill all data needed and that your provider array key name is in camelcase format and has no spaces or special characters. +Make sure to fill all data needed and that your provider array key name is in camelCase format and has no spaces or special characters. ### Add Provider Logo -Add a logo image to your new provider in this path: ./public/images/oauth. Your logo should be a png 100X100px file with the name ofyour provider (all lowercase). Please make sure to leave about 20px padding around the logo to be consistent with other logos. +Add a logo image to your new provider in this path: ./public/images/oauth. Your logo should be a png 100×100px file with the name of your provider (all lowercase). Please make sure to leave about 20px padding around the logo to be consistent with other logos. ### Add Provider Class