mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-06-15 18:08:15 +08:00
Fix wrong comment on Proxy guide (#2447)
It should be `baz` instead of `bar` on last example.
This commit is contained in:
committed by
William Monk
parent
e1f7da4c25
commit
4aa42e2921
@@ -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>"
|
||||
// ...
|
||||
|
||||
Reference in New Issue
Block a user