Skip to content

Commit dcd0cde

Browse files
authored
Fix punctuation
1 parent b8cc394 commit dcd0cde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/content/docs/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ Decoding error:
5252
Decoders is one of the OG runtime validation libraries for TypeScript, in production
5353
since 2017. Here's what makes it different:
5454

55-
- **Tiny footprint** — Zero external dependencies, fully tree-shakeable, only ~4 KB gzipped (if you'd use everything)
56-
You only pay for what you use.
55+
- **Tiny footprint** — Zero external dependencies, fully tree-shakeable, only ~4 KB gzipped (if you'd use everything).
5756
- **Runs everywhere** — Node.js, browsers, Cloudflare Workers, Bun, etc.
5857
- **Reads like a type definition** — No `z.string()` or `z.object()`. You write
5958
`object({ name: string, age: number })` and it looks almost identical to the TypeScript

0 commit comments

Comments
 (0)