Skip to content

Commit 5c3b106

Browse files
authored
Merge pull request #361 from wking/media-types-plural
manifest: fix plural (media type -> media types)
2 parents 083b8b0 + a23ed92 commit 5c3b106

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)