Skip to content

Commit cbb207c

Browse files
authored
Update insert-adjacent/insertAdjacentElement.html
1 parent 160e489 commit cbb207c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

insert-adjacent/insertAdjacentElement.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
function init() {
9090
const initElems = document.querySelectorAll('section div');
91-
for(let i = 0; i < initElems.length; i++) {
91+
for (let i = 0; i < initElems.length; i++) {
9292
setListener(initElems[i]);
9393
}
9494
};

0 commit comments

Comments
 (0)