Skip to content

Commit

Permalink
Fix some typos (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Noble committed Aug 29, 2020
1 parent 7ccdec2 commit 5d4eb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/configuration/pages.md
Expand Up @@ -86,7 +86,7 @@ signIn('email', { email: 'jsmith@example.com' })

### Credentials Sign in

If you create a sign in form for credentials based authenticaiton, you will needt to pass a **csrfToken** from **/api/auth/csrf** in a POST request to **/api/auth/callback/credentials**.
If you create a sign in form for credentials based authentication, you will need to pass a **csrfToken** from **/api/auth/csrf** in a POST request to **/api/auth/callback/credentials**.

```jsx title="pages/auth/credentials-signin.js"
import React from 'react'
Expand Down

1 comment on commit 5d4eb5d

@vercel
Copy link

@vercel vercel bot commented on 5d4eb5d Aug 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.