Skip to content

Commit 126bded

Browse files
david-cho-lerat-HL2iansu
authored andcommitted
Fix typo in deployment docs (#6881)
Typo : preache => precache
1 parent 73d5579 commit 126bded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docusaurus/docs/deployment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ service worker navigation routing can be configured or disabled by
9090
[`eject`ing](available-scripts.md#npm-run-eject) and then modifying the
9191
[`navigateFallback`](https://github.com/GoogleChrome/sw-precache#navigatefallback-string)
9292
and [`navigateFallbackWhitelist`](https://github.com/GoogleChrome/sw-precache#navigatefallbackwhitelist-arrayregexp)
93-
options of the `SWPreachePlugin` [configuration](../config/webpack.config.prod.js).
93+
options of the `SWPrecachePlugin` [configuration](../config/webpack.config.prod.js).
9494

9595
When users install your app to the homescreen of their device the default configuration will make a shortcut to `/index.html`. This may not work for client-side routers which expect the app to be served from `/`. Edit the web app manifest at [`public/manifest.json`](public/manifest.json) and change `start_url` to match the required URL scheme, for example:
9696

0 commit comments

Comments
 (0)