Skip to content

Commit 778735f

Browse files
lorenaramondapi0
authored andcommitted
docs: fix wrong code reference (#237)
1 parent ea55498 commit 778735f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/modules/workbox.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,10 @@ Add it to the `plugins` section of `nuxt.config.js`:
280280
```js
281281
{
282282
plugins: [
283-
src: '~/plugins/sw.js',
284-
ssr: false
283+
{
284+
src: '~/plugins/sw.js',
285+
ssr: false
286+
}
285287
]
286288
}
287289
```

0 commit comments

Comments
 (0)