Skip to content

Commit 97695bc

Browse files
authored
Fix insensitive language in Docusaurus docs (#9618)
1 parent cf74eb9 commit 97695bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/making-a-progressive-web-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Workbox project, add in a push notification library, or remove some of the
9898
default caching logic. The one requirement is that you keep `self.__WB_MANIFEST`
9999
somewhere in your file, as the Workbox compilation plugin checks for this value
100100
when generating a manifest of URLs to precache. If you would prefer not to use
101-
precaching, you can just assign `self.__WB_MANIFEST` to a variable that will be
101+
precaching, you can assign `self.__WB_MANIFEST` to a variable that will be
102102
ignored, like:
103103

104104
```js

0 commit comments

Comments
 (0)