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: