From 0a5f7528f43eeef41a1e4e444f27493402f5acba Mon Sep 17 00:00:00 2001 From: Lei Jitang Date: Wed, 15 Feb 2017 11:37:11 +0800 Subject: [PATCH] Typo: add missing period at the end of line Signed-off-by: Lei Jitang --- image-layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-layout.md b/image-layout.md index c02e806e9..1929533d0 100644 --- a/image-layout.md +++ b/image-layout.md @@ -148,7 +148,7 @@ The [manifest-list](manifest-list.md) is a multi-descriptor entry point. This index provides an established path (`/index.json`) to have an entry point for an image-layout and to discover auxiliary descriptors. No semantic restriction is given for the "org.opencontainers.ref.name" annotation of descriptors. -In general the `mediaType` of each [descriptor][descriptors] object in the `manifests` field will be either `application/vnd.oci.image.manifest.list.v1+json` or `application/vnd.oci.image.manifest.v1+json` +In general the `mediaType` of each [descriptor][descriptors] object in the `manifests` field will be either `application/vnd.oci.image.manifest.list.v1+json` or `application/vnd.oci.image.manifest.v1+json`. Future versions of the spec MAY use a different mediatype (i.e. a new versioned format). An encountered `mediaType` that is unknown SHOULD be safely ignored.