mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-24 22:55:13 +00:00
docs: fix codemod command typos (#28279)
This commit is contained in:
parent
ed54884c20
commit
65a98cf7be
@ -386,7 +386,7 @@ In most cases, no migration steps are required, but if you rely on the reactivit
|
||||
```
|
||||
|
||||
::tip
|
||||
If you need to, you can automate this step by running `npx codemod@latest nuxt/4/shallow-data-reactivity`
|
||||
If you need to, you can automate this step by running `npx codemod@latest nuxt/4/shallow-function-reactivity`
|
||||
::
|
||||
|
||||
#### Absolute Watch Paths in `builder:watch`
|
||||
@ -417,7 +417,7 @@ However, if you are a module author using the `builder:watch` hook and wishing t
|
||||
```
|
||||
|
||||
::tip
|
||||
You can automate this step by running `npx codemod@latest nuxt/4/absolute-watch-paths`
|
||||
You can automate this step by running `npx codemod@latest nuxt/4/absolute-watch-path`
|
||||
::
|
||||
|
||||
#### Removal of `window.__NUXT__` object
|
||||
|
Loading…
Reference in New Issue
Block a user