From 9d8977fe54c38bb31ad12035d06c328145fc086d Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Sun, 30 Jun 2013 21:22:32 +0100 Subject: [PATCH] Fix a small typo --- website/source/docs/installation.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/installation.html.markdown b/website/source/docs/installation.html.markdown index 146e7b32f..3b842c381 100644 --- a/website/source/docs/installation.html.markdown +++ b/website/source/docs/installation.html.markdown @@ -47,6 +47,6 @@ Available commands are: If you get an error that `packer` could not be found, then your PATH environmental variable was not setup properly. Please go back and ensure -that yoru PATH variable contains the directory which has Packer installed. +that your PATH variable contains the directory which has Packer installed. Otherwise, Packer is installed and you're ready to go!