We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c577a7 + 2415299 commit 63338fcCopy full SHA for 63338fc
script.js
@@ -237,7 +237,7 @@ radioButtons.forEach(radioButton => {
237
// end of Function to apply the selected theme
238
239
240
-// User entered Text stay changed even after reloadig the page
+// User entered Text stay changed even after reloading the page
241
const userTextDiv = document.getElementById("userText");
242
const storedValue = localStorage.getItem("userText");
243
if (storedValue) {
0 commit comments