Skip to content

Commit f951049

Browse files
authored
Merge pull request #3902 from leburgeon/patch-1
Update part9c.md
2 parents 7a234c8 + 72cb941 commit f951049

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
@@ -1494,7 +1494,7 @@ Let us get started:
14941494
npm install zod
14951495
```
14961496
1497-
Parser of the primitive valued fields such as
1497+
Parsers of the primitive valued fields such as
14981498
14991499
```js
15001500
const isString = (text: unknown): text is string => {

0 commit comments

Comments
 (0)