From 9f8a77a4a2eceb8a8a1b26b3ab5a79f7dda571f4 Mon Sep 17 00:00:00 2001 From: hitesh-wagento Date: Thu, 14 Jun 2018 11:56:33 +0530 Subject: [PATCH] [Correct typo mistake] --- .../Ui/view/base/web/js/form/element/file-uploader.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/code/Magento/Ui/view/base/web/js/form/element/file-uploader.js b/app/code/Magento/Ui/view/base/web/js/form/element/file-uploader.js index c9a5dd5a1e702..9c5c8817d01bb 100644 --- a/app/code/Magento/Ui/view/base/web/js/form/element/file-uploader.js +++ b/app/code/Magento/Ui/view/base/web/js/form/element/file-uploader.js @@ -127,7 +127,7 @@ define([ /** * Retrieves from the list file which matches - * search criteria implemented in itertor function. + * search criteria implemented in iterator function. * * @param {Function} fn - Function that will be invoked * for each file in the list. @@ -185,7 +185,7 @@ define([ }, /** - * Returns path to the files' preview image. + * Returns path to the file's preview image. * * @param {Object} file * @returns {String} @@ -284,7 +284,7 @@ define([ /** * Abstract handler which is invoked when files are choosed for upload. - * May be used for implementation of aditional validation rules, + * May be used for implementation of additional validation rules, * e.g. total files and a total size rules. * * @abstract