Skip to content

Commit 89a1cce

Browse files
authored
chore(docs): fix typo in WorkOS documentation (#11959)
fix typo in WorkOS documentation
1 parent f2d6a8a commit 89a1cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/providers/workos.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ providers: [
3535

3636
WorkOS is not an identity provider itself, but, rather, a bridge to multiple single sign-on (SSO) providers. As a result, we need to make some additional changes to authenticate users using WorkOS.
3737

38-
In order to sign a user in using WorkOS, we need to specify which WorkOS Connection to use. You should use the `organization` or `connection` `authorizationParams` to specifiy which connection to use:
38+
In order to sign a user in using WorkOS, we need to specify which WorkOS Connection to use. You should use the `organization` or `connection` `authorizationParams` to specify which connection to use:
3939

4040
```js
4141
import { signIn } from "next-auth/react"

0 commit comments

Comments
 (0)