Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 4aa42e2

Browse files
hellowinwmonk
authored andcommitted
Fix wrong comment on Proxy guide (#2447)
It should be `baz` instead of `bar` on last example.
1 parent e1f7da4 commit 4aa42e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ You may also narrow down matches using `*` and/or `**`, to match the path exactl
972972
"target": "<url_3>",
973973
// ...
974974
},
975-
// Matches /bar/abc.html and /bar/sub/def.html
975+
// Matches /baz/abc.html and /baz/sub/def.html
976976
"/baz/**/*.html": {
977977
"target": "<url_4>"
978978
// ...

0 commit comments

Comments
 (0)