From d3c47648a84c2bcfde0c44e6a43dd6d910ec8ec6 Mon Sep 17 00:00:00 2001 From: rtabulov Date: Mon, 30 Aug 2021 16:47:39 +0600 Subject: [PATCH] fix: description typo (#4887) --- src/types/swiper-options.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/swiper-options.d.ts b/src/types/swiper-options.d.ts index 213a46beb..c3f30e4f0 100644 --- a/src/types/swiper-options.d.ts +++ b/src/types/swiper-options.d.ts @@ -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 */