From aa6d74f26f8b38297af0bf71616812c2e9500fe6 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 6 Apr 2017 12:53:47 -0700 Subject: [PATCH] Update dispatch_payload.html.md --- website/source/docs/job-specification/dispatch_payload.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/job-specification/dispatch_payload.html.md b/website/source/docs/job-specification/dispatch_payload.html.md index 357d0583b..e73c5efef 100644 --- a/website/source/docs/job-specification/dispatch_payload.html.md +++ b/website/source/docs/job-specification/dispatch_payload.html.md @@ -18,7 +18,7 @@ description: |- -The `dispatch_payload` stanza is used in conjuction with a [`paramterized`][parameterized] job +The `dispatch_payload` stanza is used in conjuction with a [`parameterized`][parameterized] job that expects a payload. When the job is dispatched with a payload, the payload will be made available to any task that has a `dispatch_payload` stanza. The payload will be written to the configured file before the task is started. This