Skip to content

Commit 6b45550

Browse files
authored
Fix typo on grunt.config.md (#225)
1 parent 154b2b6 commit 6b45550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jshint: {
126126
}
127127
```
128128
129-
In conclusion, the first value of the `files` array defined in the `config` variable (`hello.js`) overriddes the first value specified in the `initConfig` configuration call (`Gruntfile.js`).
129+
In conclusion, the first value of the `files` array defined in the `config` variable (`hello.js`) overrides the first value specified in the `initConfig` configuration call (`Gruntfile.js`).
130130
131131
## Requiring Config Data
132132
_Note that the method listed below is also available inside tasks on the `this` object as `this.requiresConfig`._

0 commit comments

Comments
 (0)