Skip to content

Commit 459a2c1

Browse files
Curtis Beltulivz
authored andcommitted
chore: fix code snippet typo (missing semi-colon) (vuejs#658)
1 parent fa8155c commit 459a2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/default-theme-config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ But the `refresh` button activates the new service worker immediately.
374374
``` js
375375
module.exports = {
376376
themeConfig: {
377-
serviceWorker {
377+
serviceWorker: {
378378
updatePopup: true | {message: "New content is available.", buttonText: "Refresh"}
379379
}
380380
}

0 commit comments

Comments
 (0)