Skip to content

Commit a651ad6

Browse files
authored
Merge pull request #572 from coolljt0725/fix_typo
Typo: add missing period at the end of line
2 parents bba6ed8 + 0a5f752 commit a651ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The [manifest-list](manifest-list.md) is a multi-descriptor entry point.
148148
This index provides an established path (`/index.json`) to have an entry point for an image-layout and to discover auxiliary descriptors.
149149

150150
No semantic restriction is given for the "org.opencontainers.ref.name" annotation of descriptors.
151-
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`
151+
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`.
152152
Future versions of the spec MAY use a different mediatype (i.e. a new versioned format).
153153
An encountered `mediaType` that is unknown SHOULD be safely ignored.
154154

0 commit comments

Comments
 (0)