Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Sep 18, 2024
1 parent ec80037 commit c9b3c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/StyleManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
* A class for managing the style of the application. This handles switching light and dark mode based
* based on system preference or application preferene (see {@link color_scheme_override}), etc.
* based on system preference or application preference (see {@link color_scheme_override}), etc.
*/
public class Granite.StyleManager : Object {
private static Gtk.CssProvider? base_provider = null;
Expand Down

0 comments on commit c9b3c4e

Please sign in to comment.