Skip to content

Commit 686329c

Browse files
authored
Apply suggestions from code review
1 parent 46a4258 commit 686329c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/reference/compose-file/interpolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ supported by Compose.
3333

3434
Compose processes any string following a `$` sign as long as it makes it
3535
a valid variable definition - either an alphanumeric name (`[_a-z][_a-z0-9]*`)
36-
or a braced string starting with `${`. In other circumstances, it will be preserved without attempt to interpolate a value.
36+
or a braced string starting with `${`. In other circumstances, it will be preserved without attempting to interpolate a value.
3737

3838
You can use a `$$` (double-dollar sign) when your configuration needs a literal
3939
dollar sign. This also prevents Compose from interpolating a value, so a `$$`

content/reference/compose-file/services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ env_file:
633633
- ./b.env
634634
```
635635

636-
List elements can also be declared as a mapping, which then lets you sets additional
636+
List elements can also be declared as a mapping, which then lets you set additional
637637
attributes.
638638

639639
#### required

0 commit comments

Comments
 (0)