diff --git a/compose/env-file.md b/compose/env-file.md index 599411742e..8c08421d67 100644 --- a/compose/env-file.md +++ b/compose/env-file.md @@ -14,7 +14,7 @@ The following syntax rules apply to environment files: - `VAR="VAL"` -> `VAL` - `VAR='VAL'` -> `VAL` - Lines beginning with `#` are processed as comments and ignored. -- Inline comments for unquoted values must be proceeded with a space. +- Inline comments for unquoted values must be preceded with a space. - `VAR=VAL # comment` -> `VAL` - `VAR=VAL# not a comment` -> `VAL# not a comment` - Inline comments for quoted values must follow the closing quote.