Skip to content

Commit af246b7

Browse files
authored
docs: Update credentials.mdx (#11182)
1 parent 28e780f commit af246b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/getting-started/authentication/credentials.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export function SignIn() {
226226

227227
## Verifying Data with Zod
228228

229-
To improved the security of your `Credentials` provider use, we can leverage a run-time schema validation library like [Zod](https://zod.dev) to validate that the inputs match what we expect.
229+
To improve the security of your `Credentials` provider use, we can leverage a run-time schema validation library like [Zod](https://zod.dev) to validate that the inputs match what we expect.
230230

231231
```bash npm2yarn
232232
npm install zod

0 commit comments

Comments
 (0)