Skip to content

Commit c57a590

Browse files
committed
Documentation typo
1 parent 86655d7 commit c57a590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/path-matching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ automatic view nesting of the router.
3030
Dynamic Segments
3131
----------------
3232

33-
Dynamic segements are defined with a `:`, like `:userId`. They will be
33+
Dynamic segments are defined with a `:`, like `:userId`. They will be
3434
parsed and available by name in your route handler on
3535
`this.props.params`. They match most characters except `/ ? #`.
3636

0 commit comments

Comments
 (0)