Skip to content

Commit 19a7b79

Browse files
authored
FIX: Fix typo aiitribute -> attribute (#1285)
Fix typo in editWebpage.js which changes aiitrubte to attribute.
1 parent 203417d commit 19a7b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScript/Edit_Webpage/editWebpage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
a = document.getElementsByTagName("*");
44

5-
/* With each variable, add the HTML aiitribute that contenteditable is true */
5+
/* With each variable, add the HTML attribute that contenteditable is true */
66

77
for (i = 0; i < a.length; i++){
88
a[i].setAttribute("contenteditable", "true");

0 commit comments

Comments
 (0)