From a6d57496c2829b3078255c6438b060a285a51de1 Mon Sep 17 00:00:00 2001 From: Misite Bao Date: Thu, 6 Apr 2023 08:52:27 +0800 Subject: [PATCH] Website: Fix typo on usage.md (#1104) --- docs/docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/usage.md b/docs/docs/usage.md index 77d32591..2407b129 100644 --- a/docs/docs/usage.md +++ b/docs/docs/usage.md @@ -707,7 +707,7 @@ When the `timestamp` method is used, the last time of the running the task is co ::: -### Using programmatic checks to indicate a task is up to date. +### Using programmatic checks to indicate a task is up to date Alternatively, you can inform a sequence of tests as `status`. If no error is returned (exit status 0), the task is considered up-to-date: