We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86655d7 + c57a590 commit e778c6fCopy full SHA for e778c6f
docs/guides/path-matching.md
@@ -30,7 +30,7 @@ automatic view nesting of the router.
30
Dynamic Segments
31
----------------
32
33
-Dynamic segements are defined with a `:`, like `:userId`. They will be
+Dynamic segments are defined with a `:`, like `:userId`. They will be
34
parsed and available by name in your route handler on
35
`this.props.params`. They match most characters except `/ ? #`.
36
0 commit comments