Skip to content

Commit 63338fc

Browse files
authored
Merge pull request #25 from eltociear/patch-1
chore: update script.js
2 parents 4c577a7 + 2415299 commit 63338fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ radioButtons.forEach(radioButton => {
237237
// end of Function to apply the selected theme
238238

239239

240-
// User entered Text stay changed even after reloadig the page
240+
// User entered Text stay changed even after reloading the page
241241
const userTextDiv = document.getElementById("userText");
242242
const storedValue = localStorage.getItem("userText");
243243
if (storedValue) {

0 commit comments

Comments
 (0)