diff --git a/wxParse/html2json.js b/wxParse/html2json.js index 1e8c188..6909559 100755 --- a/wxParse/html2json.js +++ b/wxParse/html2json.js @@ -184,7 +184,7 @@ function html2json(html, bindName) { } if (unary) { - // if this tag dosen't have end tag + // if this tag doesn't have end tag // like // add to parents var parent = bufArray[0] || results;