Skip to content

Commit 0529117

Browse files
fix: apply feedback
1 parent 934a562 commit 0529117

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/intro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ sidebar_position: 1
66

77
`io-ts-http` brings type safety to HTTP data handling in TypeScript by embracing the
88
"[parse, don't validate]" philosophy. Rather than simply checking if incoming HTTP data
9-
is valid, it also parse raw, less-structured data (like strings or JSON) into strongly
9+
is valid, it also parses raw, less-structured data (like strings or JSON) into strongly
1010
typed, precise objects using the `io-ts` library. This parsing happens at the system
11-
boundary, ensuring all types have use cases in your code. Once parsed, you can trust
12-
that the data satisfies both [type and semantic analysis].
11+
boundary, ensuring all types have use cases in your code. Once parsed, you can trust the
12+
data satisfies both [type and semantic analysis].
1313

1414
[parse, don't validate]:
1515
https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/

0 commit comments

Comments
 (0)