Skip to content

Commit

Permalink
Updated grunt.config (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Jan 11, 2013
1 parent 29b8af6 commit baa0812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt.config.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ grunt.config.get([prop])

<a name="grunt-config-process"></a>
### grunt.config.process
Process a value, recursively expanding `<% %>` templates (via the `grunt.template.process` method) in the context of the grunt config, as they are encountered.
Process a value, recursively expanding `<% %>` templates (via the `grunt.template.process` method) in the context of the grunt config, as they are encountered. this method is called automatically by `grunt.config.get` but _not_ by `grunt.config.getRaw`.

```js
grunt.config.process(value)
Expand Down

0 comments on commit baa0812

Please sign in to comment.