From 62bb6652d2d4ac7d713ddadf434991f9ffe57edd Mon Sep 17 00:00:00 2001 From: Oge Nnadi Date: Mon, 28 Jul 2014 20:09:25 -0400 Subject: [PATCH] Typo fix --- website/source/intro/use-cases.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/use-cases.html.markdown b/website/source/intro/use-cases.html.markdown index 9a5b00bf6c..cb97a5ed67 100644 --- a/website/source/intro/use-cases.html.markdown +++ b/website/source/intro/use-cases.html.markdown @@ -14,7 +14,7 @@ can be added to further extend Terraform's ability to manipulate resources. #### Heroku App Setup Heroku is a popular PaaS for hosting web apps. Developers create an app, and then -attach add-ons, such as a database, or email provider. One of the best features it +attach add-ons, such as a database, or email provider. One of the best features is the ability to elastically scale the number of dynos or workers. However, most non-trivial applications quickly need many add-ons and external services.