From 851522bfb3b1da4b1692c096b9792fb39c054387 Mon Sep 17 00:00:00 2001 From: s3onghyun Date: Thu, 18 Jun 2026 17:45:52 +0900 Subject: [PATCH] docs: fix duplicated word in guide 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 9463cb44b8..f18cee3425 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