Skip to content

Commit dcd4197

Browse files
authored
Remove extra "d" in comment (vercel#40212)
Super simple typo fix :)
1 parent 17e84fe commit dcd4197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cms-sanity/lib/sanity.server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const previewClient = createClient({
1212
...sanityConfig,
1313
useCdn: false,
1414
// Fallback to using the WRITE token until https://www.sanity.io/docs/vercel-integration starts shipping a READ token.
15-
// As this client only exists on the server and the token is never shared with the browser, we ddon't risk escalating permissions to untrustworthy users
15+
// As this client only exists on the server and the token is never shared with the browser, we don't risk escalating permissions to untrustworthy users
1616
token:
1717
process.env.SANITY_API_READ_TOKEN || process.env.SANITY_API_WRITE_TOKEN,
1818
})

0 commit comments

Comments
 (0)