Skip to content

Commit e548c83

Browse files
committed
image-layout: Fix 'mediatype' -> 'mediaType' in ref payload
To match the descriptor property, fixing a typo from 9bb56d8 (image-layout: add an initial image layout spec, 2016-05-26, opencontainers#94), although that was developed in parallel with the descriptor spec. Signed-off-by: W. Trevor King <[email protected]>
1 parent a4606de commit e548c83

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
@@ -68,7 +68,7 @@ This illustrates the expected contents of a given ref, the manifest list it poin
6868

6969
```
7070
$ cat ./refs/v1.0
71-
{"size": 4096, "digest": "sha256:e692418e4cbaf90ca69d05a66403747baa33ee08806650b51fab815ad7fc331f", "mediatype": "application/vnd.oci.image.manifest.list.v1+json"}
71+
{"size": 4096, "digest": "sha256:e692418e4cbaf90ca69d05a66403747baa33ee08806650b51fab815ad7fc331f", "mediaType": "application/vnd.oci.image.manifest.list.v1+json"}
7272
```
7373
```
7474
$ cat ./blobs/sha256/e692418e4cbaf90ca69d05a66403747baa33ee08806650b51fab815ad7fc331f

0 commit comments

Comments
 (0)