Skip to content

Commit 75ae0fc

Browse files
committed
missed an activeRouteHandler in the README
1 parent abb51ca commit 75ae0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ parameters form the url, like `:userId`.
7676
- Handlers also receive a `query` prop equal to a dictionary of the
7777
current query params.
7878

79-
- Parent routes will receive a `activeRoute` property. Its a function that
79+
- Parent routes will receive a `activeRouteHandler` property. Its a function that
8080
will render the active child route handler.
8181

8282
Here's the rest of the application:

0 commit comments

Comments
 (0)