Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
bembelimen committed Dec 7, 2023
1 parent 48f6e51 commit 988b646
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function subheadScrolling() {
*
* @since __DEPLOY_VERSION__
*/
function dartModeWatch() {
function darkModeWatch() {
const docEl = document.documentElement;
const { colorSchemeOs } = docEl.dataset;
// Look for data-color-scheme-os attribute
Expand All @@ -247,7 +247,7 @@ function dartModeWatch() {
}

// Initialize
dartModeWatch();
darkModeWatch();
headerItemsInDropdown();
reactToResize();
subheadScrolling();
Expand Down

0 comments on commit 988b646

Please sign in to comment.