docs: fix grammar, spelling, and text for enable options

This commit is contained in:
municorn 2023-10-09 07:58:51 -05:00 committed by Gaétan Lepage
parent 7014569cbf
commit 3fd743fe80
23 changed files with 24 additions and 24 deletions

View file

@ -14,7 +14,7 @@ in {
package = helpers.mkPackageOption "coq-nvim" pkgs.vimPlugins.coq_nvim;
installArtifacts = mkEnableOption "Install coq-artifacts";
installArtifacts = mkEnableOption "and install coq-artifacts";
autoStart = mkOption {
type = with types; nullOr (oneOf [bool (enum ["shut-up"])]);