Skip to content

Commit fc6703b

Browse files
authored
Merge pull request #4121 from developerjake/fix-docs-grammar
Fix grammar in docs by adding omitted word
2 parents 88924b1 + 9335690 commit fc6703b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/reference/commandline/dockerd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ of the flag name, e.g., `labels` for the `label` flag.
11431143

11441144
The options set in the configuration file must not conflict with options set
11451145
via flags. The docker daemon fails to start if an option is duplicated between
1146-
the file and the flags, regardless their value. We do this to avoid
1146+
the file and the flags, regardless of their value. We do this to avoid
11471147
silently ignore changes introduced in configuration reloads.
11481148
For example, the daemon fails to start if you set daemon labels
11491149
in the configuration file and also set daemon labels via the `--label` flag.

0 commit comments

Comments
 (0)