Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,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 @@ -185,7 +185,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 @@ -284,7 +284,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