Skip to content

Commit

Permalink
Merge pull request #734 from peerwit/master
Browse files Browse the repository at this point in the history
Grammar Changes
  • Loading branch information
kevva committed Jan 12, 2015
2 parents 8b8b6f2 + aea2fe6 commit 0f1bfa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/actions/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ actions.copy = function copy(source, destination, process) {
* https://github.com/yeoman/generator/issues/350
*
* A copy method skipping templating and conflict checking. It will allow copying
* a large amount of files without causing too much recursion errors. You should
* a large amount of files without causing too many recursion errors. You should
* never use this method, unless there's no other solution.
*
* @param {String} source Source file to copy from. Relative to this.sourceRoot()
Expand Down Expand Up @@ -119,7 +119,7 @@ actions.bulkCopy = function bulkCopy(source, destination, process) {
};

/**
* A simple method to read the content of the a file borrowed from Grunt:
* A simple method to read the content of a file borrowed from Grunt:
* https://github.com/gruntjs/grunt/blob/master/lib/grunt/file.js
*
* Discussion and future plans:
Expand Down Expand Up @@ -161,7 +161,7 @@ actions.write = function write(filepath, content, writeFile) {
* to be equal to the source relative to destination.
*
* Use configured engine to render the provided `source` template at the given
* `destination`. The `destination` path its a template itself and supports variable
* `destination`. The `destination` path is a template itself and supports variable
* interpolation. `data` is an optional hash to pass to the template, if undefined,
* executes the template in the generator instance context.
*
Expand Down

0 comments on commit 0f1bfa9

Please sign in to comment.