Skip to content

Commit d3950b7

Browse files
committed
fix docs typo
1 parent 2065cea commit d3950b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/reference/router.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ URL router that enables the ability to conditionally render other components bas
5050
| --- | --- |
5151
| `#!python VdomDict | None` | The matched component/path after it has been fully rendered. |
5252

53-
??? question "How is this different from `#!python reactpy_router.simple.router`?"
53+
??? question "How is this different from `#!python reactpy_router.browser_router`?"
5454

55-
This component utilizes `reactpy-router` under the hood, but provides a more Django-like URL routing syntax.
55+
The `django_router` component utilizes the same internals as `browser_router`, but provides a more Django-like URL routing syntax.

0 commit comments

Comments
 (0)