summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/outline.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/web-apps/outline.nix')
-rw-r--r--nixos/modules/services/web-apps/outline.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/outline.nix b/nixos/modules/services/web-apps/outline.nix
index 701930393f0..b72dd8243bb 100644
--- a/nixos/modules/services/web-apps/outline.nix
+++ b/nixos/modules/services/web-apps/outline.nix
@@ -465,7 +465,7 @@ in
         options = {
           host = lib.mkOption {
             type = lib.types.str;
-            description = lib.mdDoc "Host name or IP adress of the SMTP server.";
+            description = lib.mdDoc "Host name or IP address of the SMTP server.";
           };
           port = lib.mkOption {
             type = lib.types.port;