diff --git a/tutorials/getting-started/popup.js b/tutorials/getting-started/popup.js index 62113e45..dd161044 100644 --- a/tutorials/getting-started/popup.js +++ b/tutorials/getting-started/popup.js @@ -1,4 +1,4 @@ -// Initialize butotn with users's prefered color +// Initialize button with users's prefered color let changeColor = document.getElementById("changeColor"); chrome.storage.sync.get("color", ({ color }) => {