From 42232ebea405a1b1ff4692bd0f33b131e4eadf08 Mon Sep 17 00:00:00 2001
From: mkenigs <40775676+mkenigs@users.noreply.github.com>
Date: Wed, 22 May 2019 08:40:01 -0700
Subject: [PATCH] docker: fix typo
---
nixos/modules/virtualisation/docker.nix | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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.
'';
};