Skip to content

Commit 28dba9c

Browse files
authored
Merge pull request cds-hooks#464 from buildpacks/nokome/patch-1
Fix typo in name of flag
2 parents ef0b892 + 36995c0 commit 28dba9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/docs/app-developer-guide/using-cache-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The `--cache-image` parameter must be in the following format
1919
--cache-image <remote-image-location>
2020
```
2121

22-
The `--cache-images` flag must be specified in conjunction with the `--publish` flag.
22+
The `--cache-image` flag must be specified in conjunction with the `--publish` flag.
2323

2424
### Examples
2525
For the following examples we will use:
@@ -85,4 +85,4 @@ pack build localhost:5000/buildpack-examples/second-cache-image-example \
8585
```
8686
<!--+- "{{execute}}"+-->
8787

88-
[samples]: https://github.com/buildpack/samples
88+
[samples]: https://github.com/buildpack/samples

katacoda/scenarios/app-developer-guide/using-cache-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The `--cache-image` parameter must be in the following format
1414
--cache-image <remote-image-location>
1515
```
1616

17-
The `--cache-images` flag must be specified in conjunction with the `--publish` flag.
17+
The `--cache-image` flag must be specified in conjunction with the `--publish` flag.
1818

1919
### Examples
2020
For the following examples we will use:

0 commit comments

Comments
 (0)