aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/programs/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/zsh.nix b/modules/programs/zsh.nix
index 525c8a6af85..5199e51e972 100644
--- a/modules/programs/zsh.nix
+++ b/modules/programs/zsh.nix
@@ -221,7 +221,7 @@ in
'';
description = ''
Similar to <varname><link linkend="opt-programs.zsh.shellAliases">opt-programs.zsh.shellAliases</link></varname>,
- but are substituted anywhere on a line.
+ but are substituted anywhere on a line.
'';
type = types.attrsOf types.str;
};