Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
usagizmo committed Apr 11, 2021
1 parent f567abf commit 7142b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/109.js
Expand Up @@ -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 = '<input value="foo" />';
const root = parse(html);
root.toString().should.eql('<input value="foo" >');
Expand Down

0 comments on commit 7142b17

Please sign in to comment.