Skip to content

Commit 3ceade8

Browse files
Merge pull request #1358 from WuMingDao/main
docs: fix grammar add "the"
2 parents a69412a + 11732f6 commit 3ceade8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Hello, I am Valibot and I would like to help you validate data easily using a sc
2525

2626
## Example
2727

28-
First you create a schema that describes a structured data set. A schema can be compared to a type definition in TypeScript. The big difference is that TypeScript types are "not executed" and are more or less a DX feature. A schema on the other hand, apart from the inferred type definition, can also be executed at runtime to guarantee type safety of unknown data.
28+
First you create a schema that describes a structured data set. A schema can be compared to a type definition in TypeScript. The big difference is that TypeScript types are "not executed" and are more or less a DX feature. A schema on the other hand, apart from the inferred type definition, can also be executed at runtime to guarantee the type safety of unknown data.
2929

3030
<!-- prettier-ignore -->
3131
```ts

0 commit comments

Comments
 (0)