We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aiitribute
attribute
1 parent 203417d commit 19a7b79Copy full SHA for 19a7b79
JavaScript/Edit_Webpage/editWebpage.js
@@ -2,7 +2,7 @@
2
3
a = document.getElementsByTagName("*");
4
5
-/* With each variable, add the HTML aiitribute that contenteditable is true */
+/* With each variable, add the HTML attribute that contenteditable is true */
6
7
for (i = 0; i < a.length; i++){
8
a[i].setAttribute("contenteditable", "true");
0 commit comments