From f439176c3273fb0dc1b4d2b857cee14790e8e75f Mon Sep 17 00:00:00 2001 From: "Andi N. Dirgantara" Date: Thu, 1 Jun 2017 20:22:45 +0700 Subject: [PATCH] Fix wrong comment on Proxy guide 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 080329cffad..b86a629c214 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": "" // ...