docs(migration): fix typo (#3563)

This commit is contained in:
Jeremy Woertink
2025-03-15 04:12:34 -07:00
committed by GitHub
parent 5376a835f7
commit 37f8619c1a

View File

@@ -130,7 +130,7 @@ bun add @nuxt/ui-pro
#ui
:::div
5. Wrap you app with the [App](/components/app) component:
5. Wrap your app with the [App](/components/app) component:
:::
#ui-pro
@@ -145,7 +145,7 @@ export default defineNuxtConfig({
})
```
6. Wrap you app with the [App](/components/app) component:
6. Wrap your app with the [App](/components/app) component:
:::
::