From a23ed9286502e0318d31ff8dc3a89a9c9e2f7dae Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 1 Oct 2016 21:28:28 -0700 Subject: [PATCH] manifest: fix plural (media type -> media types) As done in #360 but missed in the just-landed #359. Signed-off-by: W. Trevor King --- manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.md b/manifest.md index cc7485f92..44188cf84 100644 --- a/manifest.md +++ b/manifest.md @@ -5,7 +5,7 @@ The first goal is content-addressable images, by supporting an image model where The second goal is to allow multi-architecture images, through a "fat manifest" which references image manifests for platform-specific versions of an image. The third goal is to be translatable to the [OpenContainers/runtime-spec](https://github.com/opencontainers/runtime-spec) -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). +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). # Manifest List