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
fpath and a custom compinit
call in the local config is required.
'';