From 9335690a660de237df79ff0dd4aac43bc9cf84a2 Mon Sep 17 00:00:00 2001 From: Jake Stokes Date: Sat, 25 Mar 2023 18:14:50 +0000 Subject: [PATCH] Fix grammar in docs by adding omitted word Edited second paragraph under ### Daemon configuration file to change "regardless their value" to "regardless of their value" Signed-off-by: Jake Stokes --- docs/reference/commandline/dockerd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/dockerd.md b/docs/reference/commandline/dockerd.md index ba7d9be8ab..a8a3cf2dee 100644 --- a/docs/reference/commandline/dockerd.md +++ b/docs/reference/commandline/dockerd.md @@ -1143,7 +1143,7 @@ of the flag name, e.g., `labels` for the `label` flag. The options set in the configuration file must not conflict with options set via flags. The docker daemon fails to start if an option is duplicated between -the file and the flags, regardless their value. We do this to avoid +the file and the flags, regardless of their value. We do this to avoid silently ignore changes introduced in configuration reloads. For example, the daemon fails to start if you set daemon labels in the configuration file and also set daemon labels via the `--label` flag.