Skip to content

Commit a716c57

Browse files
authored
🔧 fix: typos in path.md (#237)
* fix typo path.md * fix typo: path.md * Update path.md
1 parent 729e87c commit a716c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docs/essential/path.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Elysia uses path and method to lookup the correct resource.
3030

3131
A path starts after the origin. Prefix with **/** and ends before search query **(?)**
3232

33-
We can categorized the URL and path as follows:
33+
We can categorize the URL and path as follows:
3434

3535
| URL | Path |
3636
| ------------------------------- | ------------ |
@@ -85,7 +85,7 @@ URL segment is each path that is composed into a full path.
8585
Segment is separated by `/`.
8686
![Representation of URL segments](/essential/url-segment.webp)
8787

88-
Path parameters in Elysia are represented by prefixing a segment with ':' follow by a name.
88+
Path parameters in Elysia are represented by prefixing a segment with ':' followed by a name.
8989
![Representation of path parameter](/essential/path-parameter.webp)
9090

9191
Path parameters allow Elysia to capture a specific segment of URL.

0 commit comments

Comments
 (0)