Skip to content

Commit

Permalink
Update packages/parse5-utils/test/index.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook authored Jul 7, 2024
1 parent 254fecc commit 87afd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/parse5-utils/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ describe('parse5-utils', () => {

const found = utils.findElement(doc, el => utils.getAttribute(el, 'id') === 'foo');
if (!found) {
throw new Error('No elemen found.');
throw new Error('No element found.');
}
expect(found).to.exist;
});
Expand Down

0 comments on commit 87afd9a

Please sign in to comment.