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[] = [