fixed minor spelling error in popup.js (#549)

This commit is contained in:
HannesH_Dev 2021-02-09 02:15:43 +01:00 коммит произвёл GitHub
Родитель 475b4b6bf1
Коммит af8d89df7f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 }) => {