diff --git a/modules/services/window-managers/i3-sway/lib/options.nix b/modules/services/window-managers/i3-sway/lib/options.nix index 027a409ab..690bbbcc2 100644 --- a/modules/services/window-managers/i3-sway/lib/options.nix +++ b/modules/services/window-managers/i3-sway/lib/options.nix @@ -8,7 +8,7 @@ let default = [ "monospace 8" ]; description = '' Font list used for window titles. Only FreeType fonts are supported. - The order here is improtant (e.g. icons font should go before the one used for text). + The order here is important (e.g. icons font should go before the one used for text). ''; example = [ "FontAwesome 10" "Terminus 10" ]; };