From 5bb19f763884447162c97b2145c50ae1acef84f3 Mon Sep 17 00:00:00 2001 From: Geo Date: Sat, 25 Jul 2015 12:52:16 -0400 Subject: [PATCH] Update envoy.md - typo --- envoy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy.md b/envoy.md index 7ffccc20d07..acf4684ba90 100644 --- a/envoy.md +++ b/envoy.md @@ -161,7 +161,7 @@ After running a task, you may send a notification to your team's HipChat room us @hipchat('token', 'room', 'Envoy') @endafter -If you wish, you may also pas a custom message to send to the HipChat room. Any variables available to your Envoy tasks will also be available when constructing the message: +If you wish, you may also pass a custom message to send to the HipChat room. Any variables available to your Envoy tasks will also be available when constructing the message: @after @hipchat('token', 'room', 'Envoy', "{$task} ran in the {$env} environment.")