From 3e3de8cee20fb00253927d017e4714f1e5be781e Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Tue, 21 Apr 2020 02:18:38 -0400 Subject: i3/sway: fix typo in fonts option (#1152) --- modules/services/window-managers/i3-sway/lib/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/services') diff --git a/modules/services/window-managers/i3-sway/lib/options.nix b/modules/services/window-managers/i3-sway/lib/options.nix index 027a409abb2..690bbbcc235 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" ]; }; -- cgit v1.2.3