Skip to content

Commit

Permalink
docs: fixes typo removeTokenFromRepsonse to `removeTokenFromRespons…
Browse files Browse the repository at this point in the history
…e` (#10026)
  • Loading branch information
urquico authored Dec 17, 2024
1 parent 7787105 commit 13e0505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/authentication/jwt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import type { CollectionConfig } from 'payload'
export const UsersWithoutJWTs: CollectionConfig = {
slug: 'users-without-jwts',
auth: {
removeTokenFromRepsonse: true, // highlight-line
removeTokenFromResponse: true, // highlight-line
},
}
```

0 comments on commit 13e0505

Please sign in to comment.