From fca6b1bfd655e2a066ee710dca167a0958806b63 Mon Sep 17 00:00:00 2001 From: tired-engineer <122563281+tired-engineer@users.noreply.github.com> Date: Tue, 13 Jun 2023 14:39:46 +0200 Subject: [PATCH] docs: fix typo in the description of build_args (#271) --- _docs/data/data.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/data/data.yaml b/_docs/data/data.yaml index 0383719..3fcc79c 100644 --- a/_docs/data/data.yaml +++ b/_docs/data/data.yaml @@ -138,7 +138,7 @@ properties: required: false - name: build_args - description: Ccustom build arguments to pass to the build. + description: Custom build arguments to pass to the build. type: list required: false