From 9c221aedcb11a5daa6dc26c991fe4efc0c31b0a0 Mon Sep 17 00:00:00 2001 From: ryancooper7 Date: Mon, 1 May 2017 03:30:27 -0600 Subject: [PATCH] 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 Upstream-commit: 5cd75dd14cd6427470c3812dd7ccc7095a30a243 Component: engine --- components/engine/api/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/api/README.md b/components/engine/api/README.md index 8954ed0174..bb88132524 100644 --- a/components/engine/api/README.md +++ b/components/engine/api/README.md @@ -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: -1. To automatically generate documentation. -2. To automatically generate the Go server and client. (A work-in-progress.) +1. Automatically generate documentation. +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. ## Updating the API documentation