From aac2f6c8b7c5a6c60190848bab5cbeed2b5ba0a9 Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Fri, 29 Dec 2017 14:40:15 +0200 Subject: [PATCH] api.md: Fixed incorrect grammar I noted this while reading at https://docs.docker.com/registry/spec/api/ Signed-off-by: Per Lundberg --- docs/spec/api.md | 2 +- docs/spec/api.md.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/spec/api.md b/docs/spec/api.md index 0a2fc5e58..0a4009c89 100644 --- a/docs/spec/api.md +++ b/docs/spec/api.md @@ -16,7 +16,7 @@ of this API, known as _Docker Registry HTTP API V2_. While the V1 registry protocol is usable, there are several problems with the architecture that have led to this new version. The main driver of this -specification is a set of changes to the docker the image format, covered in +specification is a set of changes to the Docker image format, covered in [docker/docker#8093](https://github.com/docker/docker/issues/8093). The new, self-contained image manifest simplifies image definition and improves security. This specification will build on that work, leveraging new properties diff --git a/docs/spec/api.md.tmpl b/docs/spec/api.md.tmpl index 79879ad64..3e61ba4ce 100644 --- a/docs/spec/api.md.tmpl +++ b/docs/spec/api.md.tmpl @@ -16,7 +16,7 @@ of this API, known as _Docker Registry HTTP API V2_. While the V1 registry protocol is usable, there are several problems with the architecture that have led to this new version. The main driver of this -specification is a set of changes to the docker the image format, covered in +specification is a set of changes to the Docker image format, covered in [docker/docker#8093](https://github.com/docker/docker/issues/8093). The new, self-contained image manifest simplifies image definition and improves security. This specification will build on that work, leveraging new properties