Skip to content

Commit

Permalink
Fix wrong comment on Proxy guide (facebook#2447)
Browse files Browse the repository at this point in the history
It should be `baz` instead of `bar` on last example.
  • Loading branch information
hellowin authored and laurililja committed Jun 27, 2017
1 parent e6f9935 commit 53a3055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ You may also narrow down matches using `*` and/or `**`, to match the path exactl
"target": "<url_3>",
// ...
},
// Matches /bar/abc.html and /bar/sub/def.html
// Matches /baz/abc.html and /baz/sub/def.html
"/baz/**/*.html": {
"target": "<url_4>"
// ...
Expand Down

0 comments on commit 53a3055

Please sign in to comment.