From b1b69229f51606ae993ab08ffaf6cad1bbaa242e Mon Sep 17 00:00:00 2001 From: Sam Pastoriza Date: Tue, 4 Oct 2016 16:43:13 -0400 Subject: [PATCH 1/3] Spell check --- packages/react-scripts/template/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/template/public/index.html b/packages/react-scripts/template/public/index.html index c89bbf37a44..aab5e3b00ce 100644 --- a/packages/react-scripts/template/public/index.html +++ b/packages/react-scripts/template/public/index.html @@ -9,7 +9,7 @@ It will be replaced with the URL of the `public` folder during the build. Only files inside the `public` folder can be referenced from the HTML. - Unlike "/favicon.ico" or "favico.ico", "%PUBLIC_URL%/favicon.ico" will + Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> From fc70ebd3070b78df5f2171e9add2cf352f177fec Mon Sep 17 00:00:00 2001 From: KJB Date: Fri, 24 Feb 2017 20:08:43 +0100 Subject: [PATCH 2/3] Update index.html This should make it clearer and more accurate in the case that PUBLIC_URL is blank, which is how I found it using one scaffolding tool. --- packages/react-scripts/template/public/index.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/packages/react-scripts/template/public/index.html b/packages/react-scripts/template/public/index.html index aab5e3b00ce..2f4b754cda7 100644 --- a/packages/react-scripts/template/public/index.html +++ b/packages/react-scripts/template/public/index.html @@ -5,12 +5,14 @@ React App From 16a76ce86656ca4d564928d2815012c750602459 Mon Sep 17 00:00:00 2001 From: KJB Date: Mon, 27 Feb 2017 09:46:08 +0100 Subject: [PATCH 3/3] Update index.html Try again with wording, incorporating suggestions. --- packages/react-scripts/template/public/index.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/packages/react-scripts/template/public/index.html b/packages/react-scripts/template/public/index.html index 2f4b754cda7..1a67602a14c 100644 --- a/packages/react-scripts/template/public/index.html +++ b/packages/react-scripts/template/public/index.html @@ -5,14 +5,15 @@ React App