Skip to content

Commit

Permalink
docs: fix typo in checkOverflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jul 5, 2021
1 parent 2ca276e commit 38682bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/swiper-events.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,11 +325,11 @@ export interface SwiperEvents {
*/
update: (swiper: Swiper) => void;
/**
* Event will be fired when swiper is locked (when `checkOverflow` enabled)
* Event will be fired when swiper is locked (when `watchOverflow` enabled)
*/
lock: (swiper: Swiper) => void;
/**
* Event will be fired when swiper is unlocked (when `checkOverflow` enabled)
* Event will be fired when swiper is unlocked (when `watchOverflow` enabled)
*/
unlock: (swiper: Swiper) => void;
// CORE_EVENTS_END
Expand Down

0 comments on commit 38682bb

Please sign in to comment.