From aa408331947fa2e1c975ee1a48b8d1e778ecc4db Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Thu, 5 Sep 2019 15:04:52 -0500 Subject: [PATCH] Fix documentation typo (#6285) --- website/source/docs/job-specification/sidecar_task.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/job-specification/sidecar_task.html.md b/website/source/docs/job-specification/sidecar_task.html.md index 0f123bcd1..9b46dae37 100644 --- a/website/source/docs/job-specification/sidecar_task.html.md +++ b/website/source/docs/job-specification/sidecar_task.html.md @@ -69,7 +69,7 @@ It is valid only within the context of a connect stanza. - `resources` [resources][] - Resources needed by this task. -- `meta` `(map:nil )` - Arbitary metadata associated with this task that's opaque to Nomad. +- `meta` `(map:nil )` - Arbitrary metadata associated with this task that's opaque to Nomad. - `logs` ([Logs][]: nil) - Specifies logging configuration for the `stdout` and `stderr` of the task.