Skip to content

Commit 0733ffe

Browse files
authored
Apply suggestions from code review
Minor style updates
1 parent 746372c commit 0733ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/engine/cli/formatting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ $ docker inspect --format "{{upper .Name}}" container
9898
$ docker image list --format '{{pad .Repository 5 10}}'
9999
```
100100

101-
This example will add 5 spaces before the image repository name and 10 spaces after.
101+
This example adds 5 spaces before the image repository name and 10 spaces after.
102102

103103
## truncate
104104

@@ -108,7 +108,7 @@ This example will add 5 spaces before the image repository name and 10 spaces af
108108
$ docker image list --format '{{truncate .Repository 15}}'
109109
```
110110

111-
This example will display the image repository name, truncating it to the first 15 characters if it's longer.
111+
This example displays the image repository name, truncating it to the first 15 characters if it's longer.
112112

113113
## println
114114

0 commit comments

Comments
 (0)