Skip to content

Commit 469a8af

Browse files
committed
Fixes: #27444, Fix tiny typos in some artifact docs
Signed-off-by: Byounguk Lee <[email protected]>
1 parent 2b646e7 commit 469a8af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/markdown/podman-artifact-inspect.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Print usage statement
4444
Inspect an OCI image in the local store.
4545

4646
```shell
47-
$ podman artifact inspect quay.io/myartifact/myml:latest
47+
$ podman artifact inspect quay.io/myartifact/mytxt:latest
4848
{
4949
"Manifest": {
5050
"schemaVersion": 2,

docs/source/markdown/podman-artifact-push.1.md.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Add a sigstore signature at the destination using a private key at the specified
5050

5151
## EXAMPLE
5252

53-
Push the specified iage to a container registry:
53+
Push the specified image to a container registry:
5454
```
5555
$ podman artifact push quay.io/baude/artifact:single
5656
Getting image source signatures

0 commit comments

Comments
 (0)