Skip to content

Commit

Permalink
fix couple of small typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vaikas authored and tekton-robot committed Oct 11, 2021
1 parent 00f7cc6 commit 5c6194b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/taskruns.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5c6194b

Please sign in to comment.