mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Minor grammatical fix
Just a small grammatical correction, but it is unnecessary to repeat "to," after the colon, and deleting it makes the format of the list more consistent and readable. Signed-off-by: Ryan Cooper <ryan.cooper7@gmail.com>
This commit is contained in:
parent
4219156a62
commit
5cd75dd14c
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ It consists of various components in this repository:
|
||||||
|
|
||||||
The API is defined by the [Swagger](http://swagger.io/specification/) definition in `api/swagger.yaml`. This definition can be used to:
|
The API is defined by the [Swagger](http://swagger.io/specification/) definition in `api/swagger.yaml`. This definition can be used to:
|
||||||
|
|
||||||
1. To automatically generate documentation.
|
1. Automatically generate documentation.
|
||||||
2. To automatically generate the Go server and client. (A work-in-progress.)
|
2. Automatically generate the Go server and client. (A work-in-progress.)
|
||||||
3. Provide a machine readable version of the API for introspecting what it can do, automatically generating clients for other languages, etc.
|
3. Provide a machine readable version of the API for introspecting what it can do, automatically generating clients for other languages, etc.
|
||||||
|
|
||||||
## Updating the API documentation
|
## Updating the API documentation
|
||||||
|
|
Loading…
Add table
Reference in a new issue