From 032dcb1a3451ae13e56ccf6404028ce276676c6f Mon Sep 17 00:00:00 2001 From: Ferran Rodenas Date: Fri, 12 Dec 2014 19:13:12 -0800 Subject: [PATCH] Heroku is a PAAS not an IAAS --- website/docs/source/v2/push/heroku.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/push/heroku.html.md b/website/docs/source/v2/push/heroku.html.md index dc730dc62..90aa20e82 100644 --- a/website/docs/source/v2/push/heroku.html.md +++ b/website/docs/source/v2/push/heroku.html.md @@ -10,7 +10,7 @@ description: |- ## Heroku Strategy -[Heroku][] is a public IAAS provider that makes it easy to deploy an +[Heroku][] is a public PAAS provider that makes it easy to deploy an application. The Vagrant Push Heroku strategy pushes your application's code to Heroku.