Skip to content

Commit

Permalink
docs: fix typo in destroy.js comment (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored and FezVrasta committed Jul 31, 2019
1 parent 110da96 commit f41c861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/popper/src/methods/destroy.js
Expand Up @@ -23,7 +23,7 @@ export default function destroy() {

this.disableEventListeners();

// remove the popper if user explicity asked for the deletion on destroy
// remove the popper if user explicitly asked for the deletion on destroy
// do not use `remove` because IE11 doesn't support it
if (this.options.removeOnDestroy) {
this.popper.parentNode.removeChild(this.popper);
Expand Down

0 comments on commit f41c861

Please sign in to comment.