Skip to content

Commit a23ed92

Browse files
committed
manifest: fix plural (media type -> media types)
As done in #360 but missed in the just-landed #359. Signed-off-by: W. Trevor King <[email protected]>
1 parent 083b8b0 commit a23ed92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The first goal is content-addressable images, by supporting an image model where
55
The second goal is to allow multi-architecture images, through a "fat manifest" which references image manifests for platform-specific versions of an image.
66
The third goal is to be translatable to the [OpenContainers/runtime-spec](https://github.com/opencontainers/runtime-spec)
77

8-
This section defines the `application/vnd.oci.image.manifest.list.v1+json` and `application/vnd.oci.image.manifest.v1+json` [media type](media-types.md).
8+
This section defines the `application/vnd.oci.image.manifest.list.v1+json` and `application/vnd.oci.image.manifest.v1+json` [media types](media-types.md).
99

1010
# Manifest List
1111

0 commit comments

Comments
 (0)