Skip to content

Commit

Permalink
fix: description typo (#4887)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtabulov committed Aug 30, 2021
1 parent 2e6560b commit d3c4764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/swiper-options.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export interface SwiperOptions {
slidesPerGroupSkip?: number;

/**
* This param intended to be used only with `slidesPerView: 'auto' and `slidesPerGroup: 1`. When enabled, it will skip all slides in view on `.slideNext()` & `.slidePrev()` methods calls, on Navigation "buttons" clicks and in autoplay.
* This param intended to be used only with `slidesPerView: 'auto'` and `slidesPerGroup: 1`. When enabled, it will skip all slides in view on `.slideNext()` & `.slidePrev()` methods calls, on Navigation "buttons" clicks and in autoplay.
*
* @default false
*/
Expand Down

0 comments on commit d3c4764

Please sign in to comment.