File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Catalog/view/frontend/web/js
Ui/view/base/web/js/form/element Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ define([
129
129
} ,
130
130
131
131
/**
132
- * Prepare storages congfig .
132
+ * Prepare storages config .
133
133
*
134
134
* @returns {Object } Chainable.
135
135
*/
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ define([
133
133
134
134
/**
135
135
* Retrieves from the list file which matches
136
- * search criteria implemented in itertor function.
136
+ * search criteria implemented in iterator function.
137
137
*
138
138
* @param {Function } fn - Function that will be invoked
139
139
* for each file in the list.
@@ -193,7 +193,7 @@ define([
193
193
} ,
194
194
195
195
/**
196
- * Returns path to the files' preview image.
196
+ * Returns path to the file's preview image.
197
197
*
198
198
* @param {Object } file
199
199
* @returns {String }
@@ -310,7 +310,7 @@ define([
310
310
311
311
/**
312
312
* Abstract handler which is invoked when files are choosed for upload.
313
- * May be used for implementation of aditional validation rules,
313
+ * May be used for implementation of additional validation rules,
314
314
* e.g. total files and a total size rules.
315
315
*
316
316
* @abstract
You can’t perform that action at this time.
0 commit comments