We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3afb64d commit 8b3e4eaCopy full SHA for 8b3e4ea
compose/env-file.md
@@ -14,7 +14,7 @@ The following syntax rules apply to environment files:
14
- `VAR="VAL"` -> `VAL`
15
- `VAR='VAL'` -> `VAL`
16
- Lines beginning with `#` are processed as comments and ignored.
17
-- Inline comments for unquoted values must be proceeded with a space.
+- Inline comments for unquoted values must be preceded with a space.
18
- `VAR=VAL # comment` -> `VAL`
19
- `VAR=VAL# not a comment` -> `VAL# not a comment`
20
- Inline comments for quoted values must follow the closing quote.
0 commit comments