diff --git a/docs/authentication/jwt.mdx b/docs/authentication/jwt.mdx index 469e2286eff..3b51971551c 100644 --- a/docs/authentication/jwt.mdx +++ b/docs/authentication/jwt.mdx @@ -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 }, } ```