Skip to content

Commit

Permalink
chore: fix small spelling typo in function comment (#3593)
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmers authored Jun 26, 2023
1 parent 06fc434 commit 0d85c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@lwc/integration-karma/helpers/test-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ window.TestUtils = (function (lwc, jasmine, beforeAll) {
register = {};
}

// #986 - childNodes on the host element returns a fake shadow comment node on IE11 for debugging purposed. This method
// #986 - childNodes on the host element returns a fake shadow comment node on IE11 for debugging purposes. This method
// filters this node.
function getHostChildNodes(host) {
return Array.prototype.slice.call(host.childNodes).filter(function (n) {
Expand Down

0 comments on commit 0d85c64

Please sign in to comment.