From c41646c48ce5def83d77279983e909d59dc49c21 Mon Sep 17 00:00:00 2001 From: "Andi N. Dirgantara" Date: Sun, 18 Jun 2017 23:52:34 +0700 Subject: [PATCH] Fix wrong comment on Proxy guide (#2447) It should be `baz` instead of `bar` on last example. --- packages/react-scripts/template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index 1f44ce0afa8..c4591c18326 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -972,7 +972,7 @@ You may also narrow down matches using `*` and/or `**`, to match the path exactl "target": "", // ... }, - // Matches /bar/abc.html and /bar/sub/def.html + // Matches /baz/abc.html and /baz/sub/def.html "/baz/**/*.html": { "target": "" // ...