diff --git a/nixos/modules/services/web-servers/apache-httpd/default.nix b/nixos/modules/services/web-servers/apache-httpd/default.nix
index eebb1c413fa..3fd19d425c7 100644
--- a/nixos/modules/services/web-servers/apache-httpd/default.nix
+++ b/nixos/modules/services/web-servers/apache-httpd/default.nix
@@ -497,8 +497,8 @@ in
default = false;
description = ''
If enabled, each virtual host gets its own
- access_log and
- error_log, namely suffixed by the
+ access.log and
+ error.log, namely suffixed by the
of the virtual host.
'';
};