From 04e24e3181d8a174ceb86044a9bf873ebeda6f90 Mon Sep 17 00:00:00 2001 From: Ville Aikas Date: Fri, 8 Oct 2021 16:54:00 -0700 Subject: [PATCH] fix couple of small typos --- docs/taskruns.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/taskruns.md b/docs/taskruns.md index 2f827e79577..1cdf3bb6a7a 100644 --- a/docs/taskruns.md +++ b/docs/taskruns.md @@ -448,8 +448,8 @@ The following tables shows how to read the overall status of a `TaskRun`: :-------|:-------|:---------------------:|--------------: Unknown|Started|No|The TaskRun has just been picked up by the controller. Unknown|Pending|No|The TaskRun is waiting on a Pod in status Pending. -Unknown|Running|No|The TaskRun has been validate and started to perform its work. -Unknown|TaskRunCancelled|No|The user requested the TaskRun to be cancelled. Cancellation has not be done yet. +Unknown|Running|No|The TaskRun has been validated and started to perform its work. +Unknown|TaskRunCancelled|No|The user requested the TaskRun to be cancelled. Cancellation has not been done yet. True|Succeeded|Yes|The TaskRun completed successfully. False|Failed|Yes|The TaskRun failed because one of the steps failed. False|\[Error message\]|No|The TaskRun encountered a non-permanent error, and it's still running. It may ultimately succeed.