Skip to content

Commit 0eff39c

Browse files
author
saurabh-aureate
committed
Correct typo correction js files
1 parent 6f8fc45 commit 0eff39c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/code/Magento/Catalog/view/frontend/web/js/storage-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ define([
129129
},
130130

131131
/**
132-
* Prepare storages congfig.
132+
* Prepare storages config.
133133
*
134134
* @returns {Object} Chainable.
135135
*/

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
@@ -133,7 +133,7 @@ define([
133133

134134
/**
135135
* Retrieves from the list file which matches
136-
* search criteria implemented in itertor function.
136+
* search criteria implemented in iterator function.
137137
*
138138
* @param {Function} fn - Function that will be invoked
139139
* for each file in the list.
@@ -193,7 +193,7 @@ define([
193193
},
194194

195195
/**
196-
* Returns path to the files' preview image.
196+
* Returns path to the file's preview image.
197197
*
198198
* @param {Object} file
199199
* @returns {String}
@@ -310,7 +310,7 @@ define([
310310

311311
/**
312312
* 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,
314314
* e.g. total files and a total size rules.
315315
*
316316
* @abstract

0 commit comments

Comments
 (0)