Skip to content

Commit 821890e

Browse files
authored
Merge pull request #443 from alextes/patch-1
fix typo
2 parents d0931a7 + b0c26e5 commit 821890e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
## Inline cache
1212

13-
In most case you want to use the [`type=inline` cache exporter](https://github.com/moby/buildkit#inline-push-image-and-cache-together).
13+
In most cases you want to use the [`type=inline` cache exporter](https://github.com/moby/buildkit#inline-push-image-and-cache-together).
1414
However, note that the `inline` cache exporter only supports `min` cache mode. To enable `max` cache mode, push the
1515
image and the cache separately by using the `registry` cache exporter as shown in the [next example](#registry-cache).
1616

0 commit comments

Comments
 (0)