Skip to content

Fix a typo in the Build drivers manual #22515

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
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
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 @@
---

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.

Check warning on line 13 in content/manuals/build/builders/drivers/_index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.RecommendedWords] Consider using 'let' instead of 'allow' Raw Output: {"message": "[Docker.RecommendedWords] Consider using 'let' instead of 'allow'", "location": {"path": "content/manuals/build/builders/drivers/_index.md", "range": {"start": {"line": 13, "column": 38}}}, "severity": "INFO"}
Buildx supports the following drivers:

- `docker`: uses the BuildKit library bundled into the Docker daemon.
Expand Down