Skip to content

Commit 88cf4f0

Browse files
committed
fix: typo on schema description
1 parent b5f0e1c commit 88cf4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/essential/schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ One of the most important areas to create a secure web server is to make sure th
2020

2121
Elysia handled this by providing a validation tool out of the box to validate incoming requests using **Schema Builder**.
2222

23-
**Elysia.t**, a schema builder based on [TypeBox](https://github.com/sinclairzx81/typebox) to validate the value in both runtime and compile-time, providing time safety like in a strict type language.
23+
**Elysia.t**, a schema builder based on [TypeBox](https://github.com/sinclairzx81/typebox) to validate the value in both runtime and compile-time, providing type safety like in a strict type language.
2424

2525
## Type
2626

0 commit comments

Comments
 (0)