From af8d89df7fc80c56511f9794dffd783c381cbe16 Mon Sep 17 00:00:00 2001 From: HannesH_Dev <33062605+HannesGitH@users.noreply.github.com> Date: Tue, 9 Feb 2021 02:15:43 +0100 Subject: [PATCH] fixed minor spelling error in popup.js (#549) --- tutorials/getting-started/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) => {