Skip to content

Commit 19d84f8

Browse files
committed
Merge pull request #940 from varatep/patch-1
fix missing/unclear example
2 parents f86aeca + 396cd87 commit 19d84f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/guides/path-matching.md

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ does not match:
8484
path: /file/*
8585
matches:
8686
/file/foo.js
87+
this.props.params: {splat: 'foo.js'}
88+
/file/foo.bar.js
8789
this.props.params: {splat: 'foo.bar.js'}
8890
/file/quux/baz.js
8991
this.props.params: {splat: 'quux/baz.js'}

0 commit comments

Comments
 (0)