Skip to content

Commit

Permalink
Merge pull request remix-run#940 from varatep/patch-1
Browse files Browse the repository at this point in the history
fix missing/unclear example
  • Loading branch information
ryanflorence committed Mar 21, 2015
2 parents f86aeca + 396cd87 commit 19d84f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guides/path-matching.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand Down

0 comments on commit 19d84f8

Please sign in to comment.