Skip to content

Commit

Permalink
no 'either' in this area
Browse files Browse the repository at this point in the history
  • Loading branch information
A committed Apr 20, 2015
1 parent aa7fcaf commit 41cfece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = function textr(defaults) {
var mws = [];

/**
* Default options will be passed to either of the middlewares as second param.
* Default options will be passed to each middleware as second param.
* You can redefine props by passing your options to `tf.exec()` as second arg.
* @api private
*/
Expand Down Expand Up @@ -80,7 +80,7 @@ module.exports = function textr(defaults) {
}

/**
* Register either middleware and array of middlewares
* Register new middleware and array of middlewares
* @param {...fn} ...middlewares
* @return {api}
* @api public
Expand Down

0 comments on commit 41cfece

Please sign in to comment.