Skip to content

Commit 083b8b0

Browse files
authored
Merge pull request opencontainers#359 from jonboulle/master
layer: fix plural (media type -> media types)
2 parents 7dc1ee3 + c1366a1 commit 083b8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document describes how to serialize a filesystem and filesystem changes lik
44
One or more layers are applied on top of each other to create a complete filesystem.
55
This document will use a concrete example to illustrate how to create and consume these filesystem layers.
66

7-
This section defines the `application/vnd.oci.image.layer.tar+gzip` and `application/vnd.oci.image.layer.nondistributable.tar+gzip` [media type](media-types.md).
7+
This section defines the `application/vnd.oci.image.layer.tar+gzip` and `application/vnd.oci.image.layer.nondistributable.tar+gzip` [media types](media-types.md).
88

99
## Distributable Format
1010

0 commit comments

Comments
 (0)