From 63732258a062bd666a7b976bd04fab7cf3a867fd Mon Sep 17 00:00:00 2001 From: Everly Precia Suresh <77877486+everly-gif@users.noreply.github.com> Date: Wed, 21 Dec 2022 21:56:43 +0530 Subject: [PATCH] Update docs/tutorials/add-oauth2-provider.md Co-authored-by: Christy Jacob --- docs/tutorials/add-oauth2-provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/add-oauth2-provider.md b/docs/tutorials/add-oauth2-provider.md index 5ed601bff5..b1d769c67b 100644 --- a/docs/tutorials/add-oauth2-provider.md +++ b/docs/tutorials/add-oauth2-provider.md @@ -190,7 +190,7 @@ static/icons/light/grayscale/XXX.svg ``` > Where `XXX` is the name of the provider in `lowercase`. -### 3.2 Add provider doc +### 3.2 Add provider documentation Make sure you update the documentation url for the implemented provider in `oauth-providers.ts` located in the [`src/lib/stores/oauth-providers.ts`](https://github.com/appwrite/console/blob/main/src/lib/stores/oauth-providers.ts) in the [`appwrite/console`](https://github.com/appwrite/console) repository.