Skip to content

Commit 2dca7b7

Browse files
timothyisjustinsilvestre
authored andcommitted
Fix insensitive language in Docusaurus docs (facebook#9618)
1 parent 30321fb commit 2dca7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)