Skip to content

Commit 7409167

Browse files
docs: fix typo (#176)
it should be `vite-plugin-pwa` not `vite-pwa-plugin`.
1 parent 0c8456a commit 7409167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/nuxt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You will need to install `@vite-pwa/nuxt` using:
2020
npx nuxi@latest module add @vite-pwa/nuxt
2121
```
2222

23-
To update your project to use the new `@vite-pwa/nuxt` module for Nuxt 3, you only need to change the Nuxt config file adding the `@vite-pwa/nuxt` module, move the `vite-plugin-pwa` options to the module options, and remove the `vite-pwa-plugin` plugin (if present):
23+
To update your project to use the new `@vite-pwa/nuxt` module for Nuxt 3, you only need to change the Nuxt config file adding the `@vite-pwa/nuxt` module, move the `vite-plugin-pwa` options to the module options, and remove the `vite-plugin-pwa` plugin (if present):
2424

2525
```ts
2626
export default defineNuxtConfig({

0 commit comments

Comments
 (0)