We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86c7c6 commit a4d358fCopy full SHA for a4d358f
gulpfile.js
@@ -671,7 +671,7 @@ function generateStackblitzFiles() {
671
if ((mdescription.length >= 60) && (mdescription.length <= 160)) {
672
metaDescription = metaTagTemplate.replace(/{{metaData}}/, mdescription);
673
} else {
674
- error = error + canonical + ' description length should be between 100-160 characters\n';
+ error = error + canonical + ' description length should be between 60-160 characters\n';
675
}
676
677
var repoScript = '';
0 commit comments