From 180fcef36422c07501eadcb27badadb6e1c77dd2 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 31 Mar 2025 10:50:33 -0300 Subject: [PATCH] docs: fix typo: `source` -> `sources` --- website/docs/reference/schema.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/schema.mdx b/website/docs/reference/schema.mdx index 29dc58c8..29050e75 100644 --- a/website/docs/reference/schema.mdx +++ b/website/docs/reference/schema.mdx @@ -196,7 +196,7 @@ If defined as a string this is a shell command, otherwise it is a map defining a The `for` parameter can be defined as a string, a list of strings or a map. If it is defined as a string, you can give it any of the following values: -- `source` - Will run the command for each source file defined on the task. +- `sources` - Will run the command for each source file defined on the task. (Glob patterns will be resolved, so `*.go` will run for every Go file that matches).