diff --git a/README.md b/README.md index 2bda5d1..d9ceb77 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Process source files before concatenating, either as [templates][] or with a cus * `false` - No processing will occur. * `true` - Process source files using [grunt.template.process][] defaults. -* `options` object - Process source files using [grunt.template.process][], using the specified options. +* `data` object - Process source files using [grunt.template.process][], using the specified options. * `function(src, filepath)` - Process source files using the given function, called once for each file. The returned value will be used as source code. _(Default processing options are explained in the [grunt.template.process][] documentation)_ diff --git a/docs/concat-options.md b/docs/concat-options.md index 2a03de2..da3a726 100644 --- a/docs/concat-options.md +++ b/docs/concat-options.md @@ -43,7 +43,7 @@ Process source files before concatenating, either as [templates][] or with a cus * `false` - No processing will occur. * `true` - Process source files using [grunt.template.process][] defaults. -* `options` object - Process source files using [grunt.template.process][], using the specified options. +* `data` object - Process source files using [grunt.template.process][], using the specified options. * `function(src, filepath)` - Process source files using the given function, called once for each file. The returned value will be used as source code. _(Default processing options are explained in the [grunt.template.process][] documentation)_