Skip to content

Commit

Permalink
docs: fix codemod command typos (nuxt#28279)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohab-sameh authored Jul 23, 2024
1 parent ed54884 commit 65a98cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/1.getting-started/12.upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 65a98cf

Please sign in to comment.