Skip to content

Commit 65dbc61

Browse files
authored
Fixed Typo
Verbs in the infinitive (like "to fit") should not be conjugated for number, person, or tense. In the corrected text "to fits" is incorrectly conjugated to reflect the third person. This change corrects that.
1 parent 9311622 commit 65dbc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Building on top of 3 philosophies:
2525
- Simplicity
2626
- Simple building blocks to create an abstraction, not repeating yourself
2727
- Flexibility
28-
- You shall be able to customize most of the library to fits your need
28+
- You shall be able to customize most of the library to fit your need
2929

3030
Designed with TypeScript in mind, you don't need to understand TypeScript to take advantage of Elysia. The library understands what you want and automatically infers the type from your code.
3131

0 commit comments

Comments
 (0)