Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit d5ab019

Browse files
committed
fixed typo
1 parent d051603 commit d5ab019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variables/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set :dump_table, "dumpable_table_name"
2020
cap {{site.data.constants.deploy.stage}} db:dump_table "dump_table[dumpable_table_name]"
2121
{% endhighlight %}
2222

23-
3. We recommend for automated deployments setting a capistalized environment variable like:
23+
3. We recommend for automated deployments setting a capitalized environment variable like:
2424

2525
{% highlight ruby %}
2626
DUMPABLE_TABLE_NAME=dumpable_table_name cap {{site.data.constants.deploy.stage}} db:dump_table

0 commit comments

Comments
 (0)