Fix a typo in the Build drivers manual (#22515)

## Description

This pull request fixes a minor typo in the Build drivers manual.
This commit is contained in:
Andrey Sobolev 2025-04-29 15:37:45 +03:00 committed by GitHub
parent 744ff18368
commit 0e48c4beef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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