Skip to content

Commit 6f6fabc

Browse files
authored
Update key-concept.md (#600)
Fixed typo
1 parent 5628141 commit 6f6fabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/key-concept.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Learn more about this in [plugin](/essential/plugin.html).
5555
## Method Chaining
5656
Elysia code should always use **method chaining**.
5757

58-
As Elysia type system is complex, every methods in Elysia returns a new type reference.
58+
As Elysia type system is complex, every method in Elysia returns a new type reference.
5959

6060
**This is important** to ensure type integrity and inference.
6161

0 commit comments

Comments
 (0)