Skip to content

Commit 3b3755d

Browse files
committed
Grammar: 'Sometime' to 'Someimes'
1 parent 9e64b1c commit 3b3755d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concept/numeric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ head:
1717

1818
# Numeric
1919

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.
20+
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.
2121

2222
Using Elysia's `transform` life-cycle, you can manually parse number to string and re-use the transform function in other handler as well.
2323

0 commit comments

Comments
 (0)