File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Ui/view/base/web/js/form/element Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ define([
127
127
128
128
/**
129
129
* Retrieves from the list file which matches
130
- * search criteria implemented in itertor function.
130
+ * search criteria implemented in iterator function.
131
131
*
132
132
* @param {Function } fn - Function that will be invoked
133
133
* for each file in the list.
@@ -185,7 +185,7 @@ define([
185
185
} ,
186
186
187
187
/**
188
- * Returns path to the files' preview image.
188
+ * Returns path to the file's preview image.
189
189
*
190
190
* @param {Object } file
191
191
* @returns {String }
@@ -284,7 +284,7 @@ define([
284
284
285
285
/**
286
286
* 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,
288
288
* e.g. total files and a total size rules.
289
289
*
290
290
* @abstract
You can’t perform that action at this time.
0 commit comments