chore: fix code snippet typo (missing semi-colon) (#658)

This commit is contained in:
Curtis Belt
2018-07-19 13:48:37 +08:00
committed by ULIVZ
parent fa8155c73c
commit 459a2c1953
+1 -1
View File
@@ -374,7 +374,7 @@ But the `refresh` button activates the new service worker immediately.
``` js
module.exports = {
themeConfig: {
serviceWorker {
serviceWorker: {
updatePopup: true | {message: "New content is available.", buttonText: "Refresh"}
}
}