Skip to content

Commit 2ab7ead

Browse files
hellowinTimer
authored andcommitted
Fix wrong comment on Proxy guide (#2447)
It should be `baz` instead of `bar` on last example.
1 parent e6f9935 commit 2ab7ead

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)