Skip to content

Commit 43afb79

Browse files
committed
docs: fix typo in path parameters guide
1 parent 90d68fe commit 43afb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/path-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def page() -> Component:
167167

168168
Next, we'll create the users page at the `/user` URL (`user/page.py`).
169169

170-
This pages uses the `list_users()` service to load the list of users, and displays them as a HTML list. Each list item contains an anchor tag that we can use to navigate to the user's profile page.
170+
This page uses the `list_users()` service to load the list of users, and displays them as a HTML list. Each list item contains an anchor tag that we can use to navigate to the user's profile page.
171171

172172
```python hl_lines="10 17"
173173
from htmy import Component, html

0 commit comments

Comments
 (0)