Skip to content

Commit c49b8a4

Browse files
ENGCOM-2004: [Backport] Correct typo correction js files #16111
- Merge Pull Request #16111 from hitesh-wagento/magento2:2.1-develop-PR-port-correct-typo-correction - Merged commits: 1. 0e87e9e 2. 9b9cc60 3. 2f13af3 4. 6f7c874 5. fc130fd 6. f6bc135 7. 9f8a77a
2 parents d031a92 + 9f8a77a commit c49b8a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Ui/view/base/web/js/form/element/file-uploader.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ define([
127127

128128
/**
129129
* Retrieves from the list file which matches
130-
* search criteria implemented in itertor function.
130+
* search criteria implemented in iterator function.
131131
*
132132
* @param {Function} fn - Function that will be invoked
133133
* for each file in the list.
@@ -185,7 +185,7 @@ define([
185185
},
186186

187187
/**
188-
* Returns path to the files' preview image.
188+
* Returns path to the file's preview image.
189189
*
190190
* @param {Object} file
191191
* @returns {String}
@@ -284,7 +284,7 @@ define([
284284

285285
/**
286286
* Abstract handler which is invoked when files are choosed for upload.
287-
* May be used for implementation of aditional validation rules,
287+
* May be used for implementation of additional validation rules,
288288
* e.g. total files and a total size rules.
289289
*
290290
* @abstract

0 commit comments

Comments
 (0)