Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix a typo in the Build drivers manual (#22515)
## Description

This pull request fixes a minor typo in the Build drivers manual.
  • Loading branch information
duffuniverse authored Apr 29, 2025
commit 0e48c4beefc3767c94a6f95ef71f3d95be55f87c
2 changes: 1 addition & 1 deletion content/manuals/build/builders/drivers/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down