Skip to content

Commit 6ba9e1c

Browse files
committed
Build: Fix typo in comment
1 parent 1063e14 commit 6ba9e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function contributorAttribution( post, fileName, callback ) {
6161
// Reduce to a unique list of contributors
6262
.filter(function( value, index, array ) {
6363

64-
// Check for a value in case this is a new file and there is git log
64+
// Check for a value in case this is a new file and there is no git log
6565
return value && array.indexOf( value ) === index;
6666
})
6767

0 commit comments

Comments
 (0)