Update index.md

Signed-off-by: solimant <solimant@users.noreply.github.com>
This commit is contained in:
solimant
2024-10-16 21:04:22 -04:00
committed by GitHub
parent b3566bf0a3
commit 0064042aed
+1 -1
View File
@@ -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[] = [