Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
07akioni committed Sep 4, 2022
1 parent fc3ee84 commit 66222ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/carousel/demos/enUS/custom-arrow-and-dots.demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
>
<template #arrow="{ prev, next }">
<div class="custom-arrow">
<button type="button" class="curtom-arrow--left" @click="prev">
<button type="button" class="custom-arrow--left" @click="prev">
<n-icon><ArrowBack /></n-icon>
</button>
<button type="button" class="curtom-arrow--right" @click="next">
<button type="button" class="custom-arrow--right" @click="next">
<n-icon><ArrowForward /></n-icon>
</button>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/carousel/demos/zhCN/custom-arrow-and-dots.demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
>
<template #arrow="{ prev, next }">
<div class="custom-arrow">
<button type="button" class="curtom-arrow--left" @click="prev">
<button type="button" class="custom-arrow--left" @click="prev">
<n-icon><ArrowBack /></n-icon>
</button>
<button type="button" class="curtom-arrow--right" @click="next">
<button type="button" class="custom-arrow--right" @click="next">
<n-icon><ArrowForward /></n-icon>
</button>
</div>
Expand Down

0 comments on commit 66222ab

Please sign in to comment.