From 4eb459e9324244b4c90c52eaff20fe94b3043fb8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 8 Mar 2010 13:17:24 -0800 Subject: [PATCH] Typo fix. Thanks dunstad from HN --- docs/getting-started/why.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/why.md b/docs/getting-started/why.md index b1a940aab..a72af13eb 100644 --- a/docs/getting-started/why.md +++ b/docs/getting-started/why.md @@ -6,7 +6,7 @@ title: Getting Started - Why Vagrant? Web developers use virtual environments every day with their web applications. From EC2 and Rackspace Cloud to specialized solutions such as EngineYard and Heroku, virtualization is the tool of choice for easy deployment and infrastructure management. -Vagrant aims to take those very same principals and put them to work in the heart of the application lifecycle. +Vagrant aims to take those very same principles and put them to work in the heart of the application lifecycle. By providing easy to configure, lightweight, reproducible, and portable virtual machines targeted at development environments, Vagrant helps maximize your productivity and flexibility.