Skip to content

Commit 9ff127a

Browse files
committed
Fix typo
1 parent 3572c81 commit 9ff127a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/BouncerNav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div v-if="showBar" class="bouncer-nav">
33
<div class="bouncer-nav-inner">
4-
<strong>Baculer vers :</strong>
4+
<strong>Basculer vers :</strong>
55
<div v-for="page in pages" class="page">
66
<k-link :to="page.path">{{ page.title }}</k-link>
77
</div>

0 commit comments

Comments
 (0)