From 37f8619c1ae25655fee47d9cbbab1bf43848812c Mon Sep 17 00:00:00 2001 From: Jeremy Woertink Date: Sat, 15 Mar 2025 04:12:34 -0700 Subject: [PATCH] docs(migration): fix typo (#3563) --- docs/content/1.getting-started/2.migration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: ::: ::