Skip to content

Commit

Permalink
Fix missing apostrophe in tasks.md
Browse files Browse the repository at this point in the history
fix missing apostrophe in tasks.md
  • Loading branch information
withlin authored Jun 8, 2020
1 parent 194102f commit 66099d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ A `Task` definition supports the following fields:
- [`results`](#emitting-results) - Specifies the file to which the `Tasks` writes its execution results.
- [`volumes`](#specifying-volumes) - Specifies one or more volumes that will be available available to the `Steps` in the `Task`.
- [`stepTemplate`](#specifying-a-step-template) - Specifies a `Container` step definition to use as the basis for all `Steps` in the `Task`.
- [`sidecars`](#specifying-sidecars) - Specifies `Sidecar` containers to run alongside the `Steps` in the `Task.
- [`sidecars`](#specifying-sidecars) - Specifies `Sidecar` containers to run alongside the `Steps` in the `Task`.

[kubernetes-overview]:
https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/#required-fields
Expand Down

0 comments on commit 66099d0

Please sign in to comment.