From d5ab019e3afb61e709e0f488784aa5361a9f5589 Mon Sep 17 00:00:00 2001 From: Nicolai Reuschling Date: Wed, 20 Jul 2016 11:00:00 +0200 Subject: [PATCH] fixed typo --- variables/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables/index.md b/variables/index.md index 2bdb57f..a5fa627 100644 --- a/variables/index.md +++ b/variables/index.md @@ -20,7 +20,7 @@ set :dump_table, "dumpable_table_name" cap {{site.data.constants.deploy.stage}} db:dump_table "dump_table[dumpable_table_name]" {% endhighlight %} -3. We recommend for automated deployments setting a capistalized environment variable like: +3. We recommend for automated deployments setting a capitalized environment variable like: {% highlight ruby %} DUMPABLE_TABLE_NAME=dumpable_table_name cap {{site.data.constants.deploy.stage}} db:dump_table