Skip to content

Commit

Permalink
fix: correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lddubeau committed Aug 23, 2018
1 parent d0c8b37 commit 97bc5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/saxes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ class SaxesParser {
(cx) => {
if (cx !== GREATER && !isS(cx) && cx !== FORWARD_SLASH) {
if (!isNameChar(cx)) {
this.fail("disallowed characer in tag name.");
this.fail("disallowed character in tag name.");
}

return true;
Expand Down

0 comments on commit 97bc5da

Please sign in to comment.