From 65a98cf7be746d0200baa2b33e41df4f7f3ee0f7 Mon Sep 17 00:00:00 2001 From: Mohab Sameh <37941642+mohab-sameh@users.noreply.github.com> Date: Tue, 23 Jul 2024 20:02:08 +0300 Subject: [PATCH] docs: fix codemod command typos (#28279) --- docs/1.getting-started/12.upgrade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/1.getting-started/12.upgrade.md b/docs/1.getting-started/12.upgrade.md index 56fc82c6ed..b68bcdf2f5 100644 --- a/docs/1.getting-started/12.upgrade.md +++ b/docs/1.getting-started/12.upgrade.md @@ -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