summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/modules/programs/zsh/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/zsh/zsh.nix b/nixos/modules/programs/zsh/zsh.nix
index 0ecf2945a87b..d30b3415411f 100644
--- a/nixos/modules/programs/zsh/zsh.nix
+++ b/nixos/modules/programs/zsh/zsh.nix
@@ -93,7 +93,7 @@ in
         description = ''
           Enable execution of compinit call for all interactive zsh shells.
 
-          This option can be used if the user wants to extend its
+          This option can be disabled if the user wants to extend its
           <literal>fpath</literal> and a custom <literal>compinit</literal>
           call in the local config is required.
         '';