Skip to content

Commit 8b3e4ea

Browse files
authored
Fixing typo (docker#15882)
"proceeded" used instead of "preceded"
1 parent 3afb64d commit 8b3e4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/env-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The following syntax rules apply to environment files:
1414
- `VAR="VAL"` -> `VAL`
1515
- `VAR='VAL'` -> `VAL`
1616
- Lines beginning with `#` are processed as comments and ignored.
17-
- Inline comments for unquoted values must be proceeded with a space.
17+
- Inline comments for unquoted values must be preceded with a space.
1818
- `VAR=VAL # comment` -> `VAL`
1919
- `VAR=VAL# not a comment` -> `VAL# not a comment`
2020
- Inline comments for quoted values must follow the closing quote.

0 commit comments

Comments
 (0)