Skip to content

Commit

Permalink
Fix typo in tests
Browse files Browse the repository at this point in the history
Closes GH-333.
  • Loading branch information
jessepinho authored and wooorm committed May 7, 2018
1 parent 985e4a2 commit e2f4841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/remark-stringify.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ test('remark().stringify(ast, file)', function (t) {

processor.Compiler.prototype.visitors.html = replacement;

/* Set option when an HMTL comment occurs */
/* Set option when an HTML comment occurs */
function replacement(node) {
var value = node.value;
var result = /<!--\s*(.*?)\s*-->/g.exec(value);
Expand Down

0 comments on commit e2f4841

Please sign in to comment.