From b3566bf0a353088d8edfabed565ed22ca4762f83 Mon Sep 17 00:00:00 2001 From: solimant Date: Wed, 16 Oct 2024 20:45:51 -0400 Subject: [PATCH 1/2] Fix typo in auth/index.md Signed-off-by: solimant --- docs/auth/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth/index.md b/docs/auth/index.md index 2384943c52..3e21877014 100644 --- a/docs/auth/index.md +++ b/docs/auth/index.md @@ -354,7 +354,7 @@ Passport-supported authentication method. ## Custom ScmAuthApi Implementation -The default `ScmAuthAPi` provides integrations for `github`, `gitlab`, `azure` and `bitbucket` and is created by the following code in `packages/app/src/apis.ts`: +The default `ScmAuthApi` provides integrations for `github`, `gitlab`, `azure` and `bitbucket` and is created by the following code in `packages/app/src/apis.ts`: ```ts ScmAuth.createDefaultApiFactory(); From 0064042aed2c7b0703e8284f361665fc8ca33598 Mon Sep 17 00:00:00 2001 From: solimant Date: Wed, 16 Oct 2024 21:04:22 -0400 Subject: [PATCH 2/2] Update index.md Signed-off-by: solimant --- docs/auth/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth/index.md b/docs/auth/index.md index 3e21877014..9f4c229e7f 100644 --- a/docs/auth/index.md +++ b/docs/auth/index.md @@ -379,7 +379,7 @@ export const apis: AnyApiFactory[] = [ ]; ``` -Then replace it with something like this, which will create an `ApiFactory` with only a github provider. +Then replace it with something like this, which will create an `ApiFactory` with only a GitHub provider. ```ts title="packages/app/src/apis.ts" export const apis: AnyApiFactory[] = [