Skip to content

Commit 4e954a6

Browse files
committed
Update path-matching.md
refs #777
1 parent 19c7bd7 commit 4e954a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/path-matching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Path Matching
44
Relative v. Absolute Paths
55
--------------------------
66

7-
Paths that start with `/` are absolute, paths that don't are relative,
8-
meaning they extend their parent's path.
7+
Paths that start with `/` are absolute. Paths that don't start with `/` are
8+
relative and extend their parent's path.
99

1010
```xml
1111
<Route path="/">

0 commit comments

Comments
 (0)