From 9fa709ecaed291facc68b47052d8808f5120aebc Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 27 Feb 2017 15:05:13 -0600 Subject: [PATCH] Fix sentence. (#1976) --- engine/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/api/index.md b/engine/api/index.md index c33d08e459..e4112b85a6 100644 --- a/engine/api/index.md +++ b/engine/api/index.md @@ -7,7 +7,7 @@ redirect_from: - /reference/api/docker_remote_api/ --- -The Engine API is the API served by Docker Engine. It allows you to control every aspect of Docker from within your own applications. You to build tools to manage and monitor applications running on Docker, and even use it to build apps on Docker itself. +The Engine API is the API served by Docker Engine. It allows you to control every aspect of Docker from within your own applications, build tools to manage and monitor applications running on Docker, and even use it to build apps on Docker itself. It is the API the Docker client uses to communicate with the Engine, so everything the Docker client can do can be done with the API. For example: