Fix sentence. (#1976)

This commit is contained in:
mike 2017-02-27 15:05:13 -06:00 committed by John Mulhausen
parent 61492aff33
commit 9fa709ecae
1 changed files with 1 additions and 1 deletions

View File

@ -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: