From 3837ef82adbd7b7acd79856024a52e37fdbdaff7 Mon Sep 17 00:00:00 2001 From: Peter Feigl Date: Mon, 13 Apr 2015 15:42:01 +0200 Subject: [PATCH] fixing documentation --- .../services/web-servers/apache-httpd/per-server-options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/web-servers/apache-httpd/per-server-options.nix b/nixos/modules/services/web-servers/apache-httpd/per-server-options.nix index c2d70085a4ea..9fb25c37f5b1 100644 --- a/nixos/modules/services/web-servers/apache-httpd/per-server-options.nix +++ b/nixos/modules/services/web-servers/apache-httpd/per-server-options.nix @@ -59,7 +59,7 @@ with lib; sslServerChain = mkOption { type = types.path; example = "/var/ca.pem"; - description = "Path to server SSL extra chain file."; + description = "Path to server SSL chain file."; }; adminAddr = mkOption ({