diff --git a/app/code/Magento/Search/view/frontend/web/form-mini.js b/app/code/Magento/Search/view/frontend/web/form-mini.js index 9bb254a724768..cc603106ffeff 100644 --- a/app/code/Magento/Search/view/frontend/web/form-mini.js +++ b/app/code/Magento/Search/view/frontend/web/form-mini.js @@ -14,7 +14,7 @@ define([ 'use strict'; /** - * Check wether the incoming string is not empty or if doesn't consist of spaces. + * Check whether the incoming string is not empty or if doesn't consist of spaces. * * @param {String} value - Value to check. * @returns {Boolean}