Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Tesfamichael <alex.tesfamichael@gmail.com>
  • Loading branch information
Alexander Tesfamichael committed Aug 31, 2021
1 parent a66e35b commit b0c26e5
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 b0c26e5

Please sign in to comment.