diff --git a/EXAMPLES.md b/EXAMPLES.md index 76c47023..a96800ca 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -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});