From 0d6299851463689bc1d39ae0ff81683344c4ae81 Mon Sep 17 00:00:00 2001 From: Timothy <1695613+timothyis@users.noreply.github.com> Date: Wed, 9 Sep 2020 17:30:44 +0100 Subject: [PATCH] Fix insensitive language in Docusaurus docs (#9618) --- docusaurus/docs/making-a-progressive-web-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/making-a-progressive-web-app.md b/docusaurus/docs/making-a-progressive-web-app.md index a25c9c02ba2..649fb9cb320 100644 --- a/docusaurus/docs/making-a-progressive-web-app.md +++ b/docusaurus/docs/making-a-progressive-web-app.md @@ -98,7 +98,7 @@ Workbox project, add in a push notification library, or remove some of the default caching logic. The one requirement is that you keep `self.__WB_MANIFEST` somewhere in your file, as the Workbox compilation plugin checks for this value when generating a manifest of URLs to precache. If you would prefer not to use -precaching, you can just assign `self.__WB_MANIFEST` to a variable that will be +precaching, you can assign `self.__WB_MANIFEST` to a variable that will be ignored, like: ```js