From f1ab404fbb32493ffd149971c45033deb7487b8e Mon Sep 17 00:00:00 2001 From: SEONGHYUN HONG Date: Sun, 21 Jun 2026 23:19:20 +0900 Subject: [PATCH] docs: fix duplicated word in guide (#2885) Signed-off-by: s3onghyun --- website/src/docs/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/docs/guide.md b/website/src/docs/guide.md index 9463cb44..f18cee34 100644 --- a/website/src/docs/guide.md +++ b/website/src/docs/guide.md @@ -944,7 +944,7 @@ Also, `task --status [tasks]...` will exit with a non-zero `status` can be combined with the [fingerprinting](#by-fingerprinting-locally-generated-files-and-their-sources) -to have a task run if either the the source/generated artifacts changes, or the +to have a task run if either the source/generated artifacts changes, or the programmatic check fails: ```yaml