Skip to content

Commit 13e0505

Browse files
authored
docs: fixes typo removeTokenFromRepsonse to removeTokenFromResponse (#10026)
1 parent 7787105 commit 13e0505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/authentication/jwt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import type { CollectionConfig } from 'payload'
4545
export const UsersWithoutJWTs: CollectionConfig = {
4646
slug: 'users-without-jwts',
4747
auth: {
48-
removeTokenFromRepsonse: true, // highlight-line
48+
removeTokenFromResponse: true, // highlight-line
4949
},
5050
}
5151
```

0 commit comments

Comments
 (0)