From 7142b17a4af88e7bc316f7ba89b8c39a8625d8a7 Mon Sep 17 00:00:00 2001 From: usagizmo Date: Sun, 11 Apr 2021 11:52:14 +0900 Subject: [PATCH] fix typo --- test/109.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('');