Skip to content

Commit 7084e31

Browse files
authored
Apply suggestions from code review
1 parent 21d7044 commit 7084e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/build/concepts/context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ also supported. URL queries are more structured and recommended over [URL fragme
254254
$ docker buildx build 'https://github.com/user/myrepo.git?branch=container&subdir=docker'
255255
```
256256

257-
| Build Syntax Suffix | Commit Used | Build Context Used |
257+
| Build syntax suffix | Commit used | Build context used |
258258
| -------------------------------------------- | ----------------------------- | ------------------ |
259259
| `myrepo.git` | `refs/heads/<default branch>` | `/` |
260260
| `myrepo.git?tag=mytag` | `refs/tags/mytag` | `/` |
@@ -265,7 +265,7 @@ $ docker buildx build 'https://github.com/user/myrepo.git?branch=container&subdi
265265
| `myrepo.git?tag=mytag&subdir=myfolder` | `refs/tags/mytag` | `/myfolder` |
266266
| `myrepo.git?branch=mybranch&subdir=myfolder` | `refs/heads/mybranch` | `/myfolder` |
267267

268-
A commit hash can be specified as a `checksum` (alias `commit`) query, along
268+
A commit hash can be specified as a `checksum` (alias `commit`) query, along with
269269
`tag`, `branch`, or `ref` queries to verify that the reference resolves to the
270270
expected commit:
271271

0 commit comments

Comments
 (0)