Skip to content

Commit

Permalink
Merge pull request #443 from alextes/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
CrazyMax authored and GitHub committed Sep 2, 2021
2 parents d0931a7 + b0c26e5 commit 821890e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## Inline cache

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

Expand Down

0 comments on commit 821890e

Please sign in to comment.