Skip to content

Commit

Permalink
Minor rewording in tasks.md
Browse files Browse the repository at this point in the history
When creating a task, the text says that the output confirms that the task completed successfully, while the task did not run yet as a TaskRun object was not created yet.

Changing the text so it imply that the task resource was created instead.
  • Loading branch information
yftacherzog authored and tekton-robot committed Aug 6, 2024
1 parent 7bb8bad commit 4db8e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/Getting-started/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ running in its own container.
kubectl apply --filename hello-world.yaml
```

The output confirms that the Task was completed successfully:
The output confirms that the Task was created successfully:

```
task.tekton.dev/hello created
Expand Down

0 comments on commit 4db8e1c

Please sign in to comment.