From a2c7d43e465bd661e60ef46dca13e3f71aca5277 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 5 Nov 2021 08:48:32 +0100 Subject: [PATCH] fix typo in docs Signed-off-by: CrazyMax --- docs/reference/buildx_bake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/buildx_bake.md b/docs/reference/buildx_bake.md index 0bb3f22f..8c62c42b 100644 --- a/docs/reference/buildx_bake.md +++ b/docs/reference/buildx_bake.md @@ -492,7 +492,7 @@ $ TAG=$(git rev-parse --short HEAD) docker buildx bake --print webapp #### Using the `add` function -You can use [`go-cty` stdlib functions]([go-cty](https://github.com/zclconf/go-cty/tree/main/cty/function/stdlib)). +You can use [`go-cty` stdlib functions](https://github.com/zclconf/go-cty/tree/main/cty/function/stdlib). Here we are using the `add` function. ```hcl