Skip to content

Commit b10da5f

Browse files
committed
fix: spelling of DiamondSeperator
1 parent d663862 commit b10da5f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.vitepress/theme/components/Landing/Terminal/Terminal.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import CiInputSelect from './CiInputSelect.vue'
88
import GitInputSelect from './GitInputSelect.vue'
99
import NPMInputSelect from './NPMInputSelect.vue'
1010
import ModulesInputSelect from './ModulesInputSelect.vue'
11-
import DiamondSeparator from './DiamondSeperator.vue'
11+
import DiamondSeperator from './DiamondSeperator.vue'
1212
1313
export default defineComponent({
1414
components: {
@@ -74,13 +74,13 @@ export default defineComponent({
7474
<SheepIcon />
7575
</VtText>
7676
<VtText :line-delay="0">
77-
<DiamondSeparator />
77+
<DiamondSeperator />
7878
</VtText>
7979
<VtText :line-delay="0">
8080
Welcome to <span class="text-green-500 font-bold">sidebase v0.6.1!</span>
8181
</VtText>
8282
<VtText :line-delay="0">
83-
<DiamondSeparator />
83+
<DiamondSeperator />
8484
</VtText>
8585
<VtText :line-delay="0">
8686
sidebase helps you to create fully typesafe Nuxt 3 app in seconds!
@@ -96,7 +96,7 @@ export default defineComponent({
9696
<NPMInputSelect :next-id="nextId" />
9797
<br>
9898
<VtText :line-delay="0">
99-
<DiamondSeparator />
99+
<DiamondSeperator />
100100
</VtText>
101101
<VtText :line-delay="0">
102102
Now setting up <span class="text-green-500">my-first-sidebase-project</span>:
@@ -106,7 +106,7 @@ export default defineComponent({
106106
<VtText>✔ Adding README</VtText>
107107
<br>
108108
<VtText :line-delay="0">
109-
<DiamondSeparator />
109+
<DiamondSeperator />
110110
</VtText>
111111
<VtText :line-delay="0">
112112
✨ Project setup finished. Next steps are:

0 commit comments

Comments
 (0)