We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5628141 commit 6f6fabcCopy full SHA for 6f6fabc
docs/key-concept.md
@@ -55,7 +55,7 @@ Learn more about this in [plugin](/essential/plugin.html).
55
## Method Chaining
56
Elysia code should always use **method chaining**.
57
58
-As Elysia type system is complex, every methods in Elysia returns a new type reference.
+As Elysia type system is complex, every method in Elysia returns a new type reference.
59
60
**This is important** to ensure type integrity and inference.
61
0 commit comments