Skip to content

Commit 8e8ee9c

Browse files
committed
Merge pull request #1174 from coryhouse/patch-3
Typo fix
2 parents d7477bb + c2ad270 commit 8e8ee9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/01 Route Configuration/DefaultRoute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
A `DefaultRoute` will be the matched child route when the parent's path
22
matches exactly.
33

4-
You'd want to use this to ensures a child `RouteHandler` is always
4+
You'd want to use this to ensure a child `RouteHandler` is always
55
rendered when there is no child match. Think of it like `index.html` in
66
a directory of a static html server.
77

0 commit comments

Comments
 (0)