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.
1 parent 19c7bd7 commit 4e954a6Copy full SHA for 4e954a6
docs/guides/path-matching.md
@@ -4,8 +4,8 @@ Path Matching
4
Relative v. Absolute Paths
5
--------------------------
6
7
-Paths that start with `/` are absolute, paths that don't are relative,
8
-meaning they extend their parent's path.
+Paths that start with `/` are absolute. Paths that don't start with `/` are
+relative and extend their parent's path.
9
10
```xml
11
<Route path="/">
0 commit comments