nixos/apache-httpd: fix typo in extraConfig description

This commit is contained in:
Vanya Klimenko
2019-12-06 21:47:15 +03:00
committed by GitHub
parent 3ccbce4b12
commit 125205cd60
@@ -367,7 +367,7 @@ in
type = types.lines; type = types.lines;
default = ""; default = "";
description = '' description = ''
Cnfiguration lines appended to the generated Apache Configuration lines appended to the generated Apache
configuration file. Note that this mechanism may not work configuration file. Note that this mechanism may not work
when <option>configFile</option> is overridden. when <option>configFile</option> is overridden.
''; '';