Skip to content

Commit

Permalink
Merge pull request #217 from acepace/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
simonwep authored Jun 8, 2020
2 parents d05c91a + 5d6b070 commit ca6948a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pickr.on('init', instance => {

// Detect whever the user pressed "Enter" on their keyboard
if (e.key === 'Enter') {
instance.applyColor(); // Save the currenly selected color
instance.applyColor(); // Save the currently selected color
instance.hide(); // Hide modal
}
}, {capture: true});
Expand Down

0 comments on commit ca6948a

Please sign in to comment.