Merge pull request #829 from crazy-max/typo

fix typo in docs
This commit is contained in:
CrazyMax 2021-11-05 09:17:23 +01:00 committed by GitHub
commit da0eb138d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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