diff --git a/src/types/swiper-options.d.ts b/src/types/swiper-options.d.ts index 10e406dce..d1a2655a3 100644 --- a/src/types/swiper-options.d.ts +++ b/src/types/swiper-options.d.ts @@ -650,7 +650,7 @@ export interface SwiperOptions { * Automatically adds blank slides if you use Grid or `slidesPerGroup` and the total amount of slides is not even to `slidesPerGroup` or to `grid.rows` * * - * @default false + * @default true * */ loopAddBlankSlides?: boolean;