From e354b291b29f994f98d890a968335069731b6d11 Mon Sep 17 00:00:00 2001 From: Adeleke Akinade Date: Sun, 18 Feb 2024 00:13:36 +0000 Subject: [PATCH] Fix typo in the Engine Overview page --- content/engine/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/engine/_index.md b/content/engine/_index.md index 078c16858b..09cd7ed842 100644 --- a/content/engine/_index.md +++ b/content/engine/_index.md @@ -60,7 +60,7 @@ application with: The CLI uses [Docker APIs](api/index.md) to control or interact with the Docker daemon through scripting or direct CLI commands. Many other Docker applications -use the underlying API and CLI. The daemon creates and manage Docker objects, +use the underlying API and CLI. The daemon creates and manages Docker objects, such as images, containers, networks, and volumes. For more details, see