diff --git a/docs/content/1.getting-started/2.migration.md b/docs/content/1.getting-started/2.migration.md index 3ab393a7..aa80b5c6 100644 --- a/docs/content/1.getting-started/2.migration.md +++ b/docs/content/1.getting-started/2.migration.md @@ -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: ::: ::