diff --git a/docs/components/content/examples/HorizontalNavigationExample.vue b/docs/components/content/examples/HorizontalNavigationExample.vue
index 2e0c72cf..c7d464fd 100644
--- a/docs/components/content/examples/HorizontalNavigationExample.vue
+++ b/docs/components/content/examples/HorizontalNavigationExample.vue
@@ -1,4 +1,4 @@
-
diff --git a/docs/content/2.components/modal.md b/docs/content/2.components/modal.md
index 886942c4..b2a63bcc 100644
--- a/docs/content/2.components/modal.md
+++ b/docs/content/2.components/modal.md
@@ -40,7 +40,7 @@ Use the `prevent-close` prop to disable the outside click alongside the `esc` ke
You can still handle the `esc` shortcut yourself by using our [defineShortcuts](/getting-started/shortcuts#defineshortcuts) composable.
```vue
-