Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
grunt build
Browse files Browse the repository at this point in the history
  • Loading branch information
omarreiss committed Nov 18, 2015
1 parent 718f15c commit 0929241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/yoast-seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ YoastSEO.Analyzer.prototype.metaDescriptionKeyword = function() {
var result = [ { test: "metaDescriptionKeyword", result: -1 } ];
if ( typeof this.config.meta !== "undefined" && this.config.meta.length > 0 && this.config.keyword !== "" ) {
result[ 0 ].result = this.stringHelper.countMatches(
this.config.meta, new RegExp( this.config.keyword, "i")
this.config.meta, new RegExp( this.config.keyword, "i" )
);
}
return result;
Expand Down

0 comments on commit 0929241

Please sign in to comment.