diff --git a/nixos/modules/services/web-apps/davis.nix b/nixos/modules/services/web-apps/davis.nix index feb13b8bf87c..6a596f56d1b5 100644 --- a/nixos/modules/services/web-apps/davis.nix +++ b/nixos/modules/services/web-apps/davis.nix @@ -189,7 +189,7 @@ in name = lib.mkOption { type = lib.types.nullOr lib.types.str; default = "davis"; - description = "Database name, only used when the databse is created locally."; + description = "Database name, only used when the database is created locally."; }; createLocally = lib.mkOption { type = lib.types.bool;