From dd450586dec0e45fa1fd63c849d1482dce1e937d Mon Sep 17 00:00:00 2001 From: Max Chadwick Date: Mon, 7 Nov 2016 19:28:12 -0500 Subject: [PATCH] Fix typo --- app/code/Magento/Search/view/frontend/web/form-mini.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}