From ce0ff9bad2c550dd52d8a9219fbd499dd3a6794e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 29 May 2015 14:09:35 -0500 Subject: [PATCH] comma --- envoy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy.md b/envoy.md index a43013baf6..1baf20763b 100644 --- a/envoy.md +++ b/envoy.md @@ -41,7 +41,7 @@ All of your Envoy tasks should be defined in an `Envoy.blade.php` file in the ro ls -la @endtask -As you can see, an array of `@servers` is defined at the top of the file, allowing you to reference these servers in the `on` option of your task declarations. Within your `@task` declarations you should place the Bash code that will be run on your server when the task is executed. +As you can see, an array of `@servers` is defined at the top of the file, allowing you to reference these servers in the `on` option of your task declarations. Within your `@task` declarations, you should place the Bash code that will be run on your server when the task is executed. #### Bootstrapping