Skip to content

Commit f9f66f9

Browse files
author
Doug Davis
authored
Merge pull request moby#32941 from ryancooper7/patch-1
Minor grammatical fix
2 parents 4219156 + 5cd75dd commit f9f66f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ It consists of various components in this repository:
1414

1515
The API is defined by the [Swagger](http://swagger.io/specification/) definition in `api/swagger.yaml`. This definition can be used to:
1616

17-
1. To automatically generate documentation.
18-
2. To automatically generate the Go server and client. (A work-in-progress.)
17+
1. Automatically generate documentation.
18+
2. Automatically generate the Go server and client. (A work-in-progress.)
1919
3. Provide a machine readable version of the API for introspecting what it can do, automatically generating clients for other languages, etc.
2020

2121
## Updating the API documentation

0 commit comments

Comments
 (0)