docs: fix codemod command typos (#28279)

This commit is contained in:
Mohab Sameh 2024-07-23 20:02:08 +03:00 committed by Daniel Roe
parent 9ac4da0616
commit f868266074
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -383,7 +383,7 @@ In most cases, no migration steps are required, but if you rely on the reactivit
``` ```
::tip ::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` #### Absolute Watch Paths in `builder:watch`
@ -414,7 +414,7 @@ However, if you are a module author using the `builder:watch` hook and wishing t
``` ```
::tip ::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 #### Removal of `window.__NUXT__` object