Skip to content

Commit

Permalink
Update ThemeHelper.ts
Browse files Browse the repository at this point in the history
Fixes a typo
  • Loading branch information
louisescher authored Dec 4, 2024
1 parent 044dab9 commit 7be01f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/studiocms_ui/src/utils/ThemeHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class ThemeHelper {
};

/**
* Allows for adding a callback that gets called whenever the theme changes,
* Allows for adding a callback that gets called whenever the theme changes.
* @param callback The callback to be executed
*/
public onThemeChange = (callback: ThemeChangeCallback): void => {
Expand Down

0 comments on commit 7be01f6

Please sign in to comment.