From 11c9bdc63125087aacb58d5f07cb9ccd5fc15030 Mon Sep 17 00:00:00 2001 From: Sam Pastoriza <pastorsj@users.noreply.github.com> Date: Tue, 4 Oct 2016 17:54:35 -0400 Subject: [PATCH] Spell check (#845) --- 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 c89bbf37a..aab5e3b00 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`. --> -- GitLab