Fix typos

This commit is contained in:
Dimitris Apostolou 2022-02-07 14:57:14 +02:00
parent df599c0fc3
commit 7e4690e43c
No known key found for this signature in database
GPG key ID: 4B5D20E938204A8A
11 changed files with 35 additions and 35 deletions

View file

@ -77,7 +77,7 @@ function update_mode (mode) {
// If preference for dark mode indicated
set_mode(true);
}
else if (mode === 'false' /* for backwards compaibility */ || mode === 'light') {
else if (mode === 'false' /* for backwards compatibility */ || mode === 'light') {
// If preference for light mode indicated
set_mode(false);
}