From bf2918118232f20f4f674f375d1dd71babcf5bd4 Mon Sep 17 00:00:00 2001 From: Matt Borja Date: Tue, 18 Jul 2017 09:45:49 -0700 Subject: [PATCH] Fix misspelling (#1095) * Fix misspelling * Update quickstart.md --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index ae09fb482..2f8f986cc 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -90,7 +90,7 @@ Combining our configurations above into a single manifest, our code block looks ``` In summary, this Puppet code block will: -* Install the latest version of nginx from the 'mainline' nginx distributino. +* Install the latest version of nginx from the 'mainline' nginx distribution. * Define a virtual host `www.myhost.com` for our website. * Define an *upstream* service that consists of a single external IP address. * Define a URL that will proxy to the upstream resource. In this case, `http://www.myhost.com/blog` will proxy to an external resource hosted at `http://192.168.99.1`.