Skip to content

Commit b78fa50

Browse files
committed
Fix a typo
1 parent 17a3a55 commit b78fa50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/custom-type-checking-error-messages-with-yup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const numSchema = yup.number();
1010
```
1111

1212
If we use this schema to validate something that isn't a number, Yup will
13-
provide a lengthy default message. Here is what we get if I validate against
13+
provide a lengthy default message. Here is what we get if we validate against
1414
`'hey'`:
1515

1616
> this must be a `number` type, but the final value was: `NaN` (cast from

0 commit comments

Comments
 (0)