fix typo in spec/api.md

This commit is contained in:
Denis Andrejew 2016-11-29 16:53:34 +00:00 committed by GitHub
parent 0060344386
commit c7dab7f374

View file

@ -14,7 +14,7 @@ of this API, known as _Docker Registry HTTP API V2_.
While the V1 registry protocol is usable, there are several problems with the 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 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). [docker/docker#8093](https://github.com/docker/docker/issues/8093).
The new, self-contained image manifest simplifies image definition and improves The new, self-contained image manifest simplifies image definition and improves
security. This specification will build on that work, leveraging new properties security. This specification will build on that work, leveraging new properties
@ -5475,4 +5475,4 @@ The following headers will be returned with the response:
|Name|Description| |Name|Description|
|----|-----------| |----|-----------|
|`Content-Length`|Length of the JSON response body.| |`Content-Length`|Length of the JSON response body.|
|`Link`|RFC5988 compliant rel='next' with URL to next result set, if available| |`Link`|RFC5988 compliant rel='next' with URL to next result set, if available|