summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/onlyoffice.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/web-apps/onlyoffice.nix')
-rw-r--r--nixos/modules/services/web-apps/onlyoffice.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/onlyoffice.nix b/nixos/modules/services/web-apps/onlyoffice.nix
index 1478e8da87a..79ed3e43dd1 100644
--- a/nixos/modules/services/web-apps/onlyoffice.nix
+++ b/nixos/modules/services/web-apps/onlyoffice.nix
@@ -54,7 +54,7 @@ in
     postgresName = mkOption {
       type = types.str;
       default = "onlyoffice";
-      description = lib.mdDoc "The name of databse OnlyOffice should user.";
+      description = lib.mdDoc "The name of database OnlyOffice should user.";
     };
 
     postgresPasswordFile = mkOption {