Skip to content

Commit

Permalink
fix(docs): property -> properly (#5187)
Browse files Browse the repository at this point in the history
  • Loading branch information
vltansky committed Nov 11, 2021
1 parent 7a53d00 commit 2824b0c
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 @@ -259,7 +259,7 @@ export interface SwiperOptions {
*
* @default 0
*
* @note If you use "margin" css property to the elements which go into Swiper in which you pass "spaceBetween" into, navigation might not work property.
* @note If you use "margin" css property to the elements which go into Swiper in which you pass "spaceBetween" into, navigation might not work properly.
*/
spaceBetween?: number;

Expand Down

0 comments on commit 2824b0c

Please sign in to comment.