From 66099d06e67f0c000148a24be512eb679b2f2e1c Mon Sep 17 00:00:00 2001 From: JinLin Fu Date: Mon, 8 Jun 2020 17:09:18 +0800 Subject: [PATCH] Fix missing apostrophe in tasks.md fix missing apostrophe in tasks.md --- docs/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks.md b/docs/tasks.md index 69de0820d31..240cbd4a15b 100644 --- a/docs/tasks.md +++ b/docs/tasks.md @@ -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