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 9e64b1c commit 3b3755dCopy full SHA for 3b3755d
docs/concept/numeric.md
@@ -17,7 +17,7 @@ head:
17
18
# Numeric
19
20
-Sometime you might find yourself in need of numeric string like extracting path parameter, but it's typed as string and need to be convert to number.
+Sometimes you might find yourself in need of numeric string like extracting path parameter, but it's typed as string and need to be convert to number.
21
22
Using Elysia's `transform` life-cycle, you can manually parse number to string and re-use the transform function in other handler as well.
23
0 commit comments