From c1366a147a7c5fd488b932d0f215914f3fe9e566 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Sat, 1 Oct 2016 14:39:30 +0200 Subject: [PATCH] layer: fix plural (media type -> media types) Signed-off-by: Jonathan Boulle --- layer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layer.md b/layer.md index 4c0d2e499..9783d41ff 100644 --- a/layer.md +++ b/layer.md @@ -4,7 +4,7 @@ This document describes how to serialize a filesystem and filesystem changes lik One or more layers are applied on top of each other to create a complete filesystem. This document will use a concrete example to illustrate how to create and consume these filesystem layers. -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). +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). ## Distributable Format