Skip to content

Commit 33d487e

Browse files
committed
Update comment to the “validateHTML” function
1 parent 67f6b70 commit 33d487e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ gulp.task(`allBrowsers`, function () {
6565
* This task sources all the HTML files in the dev/html folder, then validates them.
6666
*
6767
* On error, the validator will generate one or more messages to the console with
68-
* line and column co-ordinates indicating where in your file the error was
68+
* line and column co-ordinates, indicating where in your file the error was
6969
* generated.
7070
*
7171
* Note: Regardless of whether your HTML validates or not, no files are copied to a

0 commit comments

Comments
 (0)