Skip to content

Commit

Permalink
docs: fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour authored Nov 7, 2018
1 parent 27e30c7 commit ad9ed4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/medium-zoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ const mediumZoom = (selector, options = {}) => {

if (__TEST__) {
// The event `transitionend` is not triggered in test environment.
// Calling = this const manually makes testing the open() const possible=> .
// Calling this function manually makes testing the open() function possible.
_handleOpenEnd()
}
})
Expand Down

0 comments on commit ad9ed4b

Please sign in to comment.