Skip to content

Commit

Permalink
autocorrect HTML element typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Nov 25, 2024
1 parent a53528a commit 632fed5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ if (!("autocorrect" in HTMLElement.prototype)) {
log("autocorrect not supported");
} else {
log(`userNameElement.autocorrect: ${userNameElement.autocorrect}`);
log(`userNameElement.autocorrect: ${bioElement.autocorrect}`);
log(`bioElement.autocorrect: ${bioElement.autocorrect}`);
}

resetButton.addEventListener("click", (e) => {
Expand Down

0 comments on commit 632fed5

Please sign in to comment.