Skip to content

Commit 3a1c7d5

Browse files
authored
Update part9c.md
Grammar correction
1 parent 8991844 commit 3a1c7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/9/en/part9c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@ Refactor the *gender* field to use an [enum type](http://www.typescriptlang.org/
14861486
14871487
### Using schema validation libraries
14881488
1489-
Writing a validator to the request body can be a huge burden. Thankfully there exists several <i>schema validator libraries</i> that can help. Let us now have a look on [Zod](https://zod.dev/) that works pretty well with TypeScript.
1489+
Writing a validator to the request body can be a huge burden. Thankfully there exists several <i>schema validator libraries</i> that can help. Let us now have a look at [Zod](https://zod.dev/) that works pretty well with TypeScript.
14901490
14911491
Let us get started:
14921492

0 commit comments

Comments
 (0)