diff --git a/test/109.js b/test/109.js index 084e9e3..7cc41e9 100644 --- a/test/109.js +++ b/test/109.js @@ -6,7 +6,7 @@ describe('self-close tag', function () { const root = parse(html); root.toString().should.eql(html); }); - it('inptu is self-closing', async function () { + it('input is self-closing', async function () { const html = ''; const root = parse(html); root.toString().should.eql('');