Skip to content

Commit

Permalink
Rename colorScheme to color-scheme for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
medied committed May 7, 2024
1 parent b1e2bf4 commit a732e36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* global wikipediapreview_init_options */
import { getColorScheme, observeDarkModePluginActivation } from './link/colorScheme';
import { getColorScheme, observeDarkModePluginActivation } from './link/color-scheme';

const init = ( scheme ) => {
wikipediaPreview.init( {
Expand Down
File renamed without changes.

0 comments on commit a732e36

Please sign in to comment.