Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guides/path-matching.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Path Matching
Relative v. Absolute Paths
--------------------------

Paths that start with `/` are absolute, paths that don't are relative,
meaning they extend their parent's path.
Paths that start with `/` are absolute paths that are not relative,
meaning they do not extend their parent's path.

```xml
<Route path="/">
Expand Down