We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59138f0 commit f266612Copy full SHA for f266612
docs/getting-started/integrate-auth/14_auth-js.mdx
@@ -30,7 +30,7 @@ cp .env.local.example .env.local
30
npx auth secret
31
```
32
33
-In the `auth.ts` file, replace the `profiders` array with just Ory:
+In the `auth.ts` file, replace the `providers` array with just Ory:
34
35
```ts title="auth.ts"
36
import { OryNetworkCta } from './ory-network-cta'
0 commit comments