Commit b32983c
authored
docs: add missing spaces (#2639)
Before:
```
image.labelsMap
An optional key/value map of Docker labels to add to the container.
image.depends_onMap
```
After:
```
image.labels Map
An optional key/value map of Docker labels to add to the container.
image.depends_on Map
```
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.1 parent a82965b commit b32983c
File tree
2 files changed
+3
-3
lines changed- site/content/docs/include
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
0 commit comments