Skip to content

Commit 396cd87

Browse files
committed
fix missing/unclear example
1 parent ea398cc commit 396cd87

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)