From 0e48c4beefc3767c94a6f95ef71f3d95be55f87c Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Tue, 29 Apr 2025 15:37:45 +0300 Subject: [PATCH] Fix a typo in the Build drivers manual (#22515) ## Description This pull request fixes a minor typo in the Build drivers manual. --- content/manuals/build/builders/drivers/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/build/builders/drivers/_index.md b/content/manuals/build/builders/drivers/_index.md index 52204e5f47..de4f772c64 100644 --- a/content/manuals/build/builders/drivers/_index.md +++ b/content/manuals/build/builders/drivers/_index.md @@ -10,7 +10,7 @@ aliases: --- Build drivers are configurations for how and where the BuildKit backend runs. -Driver settings are customizable and allows fine-grained control of the builder. +Driver settings are customizable and allow fine-grained control of the builder. Buildx supports the following drivers: - `docker`: uses the BuildKit library bundled into the Docker daemon.