Skip to content

Commit

Permalink
clarify docs - closes gh-45
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kellen committed Feb 22, 2013
1 parent 23024b5 commit 9571d69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Task targets, files and options may be specified according to the grunt [Configu
### Options

#### processContent
Type: `Function`
Type: `Function(content, srcpath)`

This option is passed to `grunt.file.copy` as an advanced way to control the file contents that are copied.

Expand Down Expand Up @@ -72,4 +72,4 @@ copy: {

Task submitted by [Chris Talkington](http://christalkington.com/)

*This file was generated on Wed Feb 20 2013 12:35:46.*
*This file was generated on Fri Feb 22 2013 09:26:58.*
2 changes: 1 addition & 1 deletion docs/copy-options.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Options

## processContent
Type: `Function`
Type: `Function(content, srcpath)`

This option is passed to `grunt.file.copy` as an advanced way to control the file contents that are copied.

Expand Down

0 comments on commit 9571d69

Please sign in to comment.