diff --git a/nixos/modules/virtualisation/docker.nix b/nixos/modules/virtualisation/docker.nix
index ba04dfd57942..7d196a46276a 100644
--- a/nixos/modules/virtualisation/docker.nix
+++ b/nixos/modules/virtualisation/docker.nix
@@ -46,8 +46,8 @@ in
description =
''
When enabled dockerd is started on boot. This is required for
- container, which are created with the
- --restart=always flag, to work. If this option is
+ containers which are created with the
+ --restart=always flag to work. If this option is
disabled, docker might be started on demand by socket activation.
'';
};