Skip to content

Commit f55c6a4

Browse files
docs: use active voice
1 parent a203328 commit f55c6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ TypeScript language, so we use [io-ts] to statically type this runtime data.
1313
[io-ts-http] builds on top of io-ts to define codecs that translate between HTTP
1414
requests and plain old JavaScript objects. Additionally, it provides a way to group
1515
these codecs into route definitions, and then collect the route definitions into an API.
16-
The resulting API definitions may then be used on the [client] and [server] to have
16+
The resulting API definitions may then be used on the [client] and [server] to provide
1717
type-checked and runtime-validated HTTP calls in a standardized manner.
1818

1919
[an explicit non-goal]:

0 commit comments

Comments
 (0)