Skip to content

Commit 9e64b1c

Browse files
committed
Typo/Grammar: 'Explicity' to 'Explicit', Add article "the"
1 parent a9ccb02 commit 9e64b1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/blog/elysia-05.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ type ContentType = |
177177
| 'application/x-www-form-urlencoded'
178178
```
179179
180-
You can find more detail at [explicity body](/concept/explicit-body) page in concept.
180+
You can find more detail at the [explicit body](/concept/explicit-body) page in concept.
181181
182182
### Numeric Type
183183
We found that one of the redundant task our developers found using Elysia is to parse numeric string.

docs/concept/explicit-body.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ head:
1515
content: By default, Elysia will try to determine body parsing function ahead of time and pick the most suitable function to speed up the process. This allows Elysia to optimize body parser ahead of time, and reduce overhead in compile time but you can explicitly control Elysia to use a certain function.
1616
---
1717

18-
# Explicity Body
18+
# Explicit Body
1919

2020
By default, Elysia will try to determine body parsing function ahead of time and pick the most suitable function to speed up the process.
2121

0 commit comments

Comments
 (0)