Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail9k committed Nov 1, 2024
1 parent ffd41de commit eb47a76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## Autoplay

<ExampleAutoPlay />
<ExampleAutoplay />

## Active Classes

Expand All @@ -32,7 +32,7 @@
import ExampleBasic from './examples/ExampleBasic.vue';
import ExampleWrapAround from './examples/ExampleWrapAround.vue';
import ExampleBreakpoints from './examples/ExampleBreakpoints.vue';
import ExampleAutoPlay from './examples/ExampleAutoPlay.vue';
import ExampleAutoplay from './examples/ExampleAutoplay.vue';
import ExampleActiveClasses from './examples/ExampleActiveClasses.vue';
import ExampleCustomNavigation from './examples/ExampleCustomNavigation.vue';
import ExampleGallery from './examples/ExampleGallery.vue';
Expand All @@ -42,7 +42,7 @@ export default {
ExampleBasic,
ExampleWrapAround,
ExampleBreakpoints,
ExampleAutoPlay,
ExampleAutoplay,
ExampleActiveClasses,
ExampleCustomNavigation,
ExampleGallery,
Expand Down

0 comments on commit eb47a76

Please sign in to comment.