aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/nixos/modules/services/web-apps/codimd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/modules/services/web-apps/codimd.nix')
-rw-r--r--nixpkgs/nixos/modules/services/web-apps/codimd.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/nixos/modules/services/web-apps/codimd.nix b/nixpkgs/nixos/modules/services/web-apps/codimd.nix
index 751f81649dd..ab922a38e5c 100644
--- a/nixpkgs/nixos/modules/services/web-apps/codimd.nix
+++ b/nixpkgs/nixos/modules/services/web-apps/codimd.nix
@@ -93,7 +93,7 @@ in
type = types.bool;
default = true;
description = ''
- Wheter to enable HSTS if HTTPS is also enabled.
+ Whether to enable HSTS if HTTPS is also enabled.
'';
};
maxAgeSeconds = mkOption {
@@ -385,7 +385,7 @@ in
type = types.bool;
default = true;
description = ''
- Wether to enable email registration.
+ Whether to enable email registration.
'';
};
allowGravatar = mkOption {