Skip to content

Commit 6b6c3f1

Browse files
committed
Wording fixes
1 parent 4519238 commit 6b6c3f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When combined with a watching task (such as [grunt-contrib-watch][watch]), even
4141
* Type: `String`, `Boolean`, `Number`
4242
* Default: `auto`, which is the number of threads -1
4343

44-
Use this option to control the number of threads that grunt-htmllint will use when validating a big number of files. This will spawn as many Java processes as the number of threads.
44+
Use this option to control the number of threads that grunt-html will use when validating a big number of files. This will spawn as many Java processes as the number of threads.
4545

4646
### `ignore`
4747

tasks/html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const htmllint = require('../lib/htmllint.js');
1313
const reporters = require('../lib/reporters.js');
1414

1515
module.exports = grunt => {
16-
grunt.registerMultiTask('htmllint', 'Validate html files', function() {
16+
grunt.registerMultiTask('htmllint', 'Validate HTML files', function() {
1717
const done = this.async();
1818
const files = grunt.file.expand(this.filesSrc);
1919
const options = this.options({

0 commit comments

Comments
 (0)