Skip to content

Correct typo correction js files #15888

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ define([
},

/**
* Prepare storages congfig.
* Prepare storages config.
*
* @returns {Object} Chainable.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ define([

/**
* Retrieves from the list file which matches
* search criteria implemented in itertor function.
* search criteria implemented in iterator function.
*
* @param {Function} fn - Function that will be invoked
* for each file in the list.
Expand Down Expand Up @@ -193,7 +193,7 @@ define([
},

/**
* Returns path to the files' preview image.
* Returns path to the file's preview image.
*
* @param {Object} file
* @returns {String}
Expand Down Expand Up @@ -310,7 +310,7 @@ define([

/**
* Abstract handler which is invoked when files are choosed for upload.
* May be used for implementation of aditional validation rules,
* May be used for implementation of additional validation rules,
* e.g. total files and a total size rules.
*
* @abstract
Expand Down