Skip to content

Commit a4d358f

Browse files
v17.4.39 Released
1 parent d86c7c6 commit a4d358f

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
@@ -671,7 +671,7 @@ function generateStackblitzFiles() {
671671
if ((mdescription.length >= 60) && (mdescription.length <= 160)) {
672672
metaDescription = metaTagTemplate.replace(/{{metaData}}/, mdescription);
673673
} else {
674-
error = error + canonical + ' description length should be between 100-160 characters\n';
674+
error = error + canonical + ' description length should be between 60-160 characters\n';
675675
}
676676
}
677677
var repoScript = '';

0 commit comments

Comments
 (0)