Skip to content

Commit 9f8a77a

Browse files
[Correct typo mistake]
1 parent f6bc135 commit 9f8a77a

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)