diff --git a/docs/guides/path-matching.md b/docs/guides/path-matching.md index eb7e4a0bc3..4640a009dd 100644 --- a/docs/guides/path-matching.md +++ b/docs/guides/path-matching.md @@ -84,6 +84,8 @@ does not match: path: /file/* matches: /file/foo.js + this.props.params: {splat: 'foo.js'} + /file/foo.bar.js this.props.params: {splat: 'foo.bar.js'} /file/quux/baz.js this.props.params: {splat: 'quux/baz.js'}