From 4afd9ecf166079f74235ca9412f43d6a6a245452 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 4 Oct 2022 13:09:41 +0200 Subject: [PATCH] fix incorrect heading text Co-authored-by: Justin Chadwell Signed-off-by: David Karlsson --- docs/guides/drivers/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/drivers/index.md b/docs/guides/drivers/index.md index b379403b..f36d1ce6 100644 --- a/docs/guides/drivers/index.md +++ b/docs/guides/drivers/index.md @@ -26,7 +26,7 @@ The following table outlines some of the differences between drivers. | **Multi-arch images** | No | Yes | Yes | Yes | | **BuildKit configuration** | No | Yes | Yes | Managed externally | -## List available drivers +## List available builders Use `docker buildx ls` to see builder instances available on your system, and the drivers they're using.