Skip to content

Commit

Permalink
Fix misspelling (voxpupuli#1095)
Browse files Browse the repository at this point in the history
* Fix misspelling

* Update quickstart.md
  • Loading branch information
rdev5 authored and wyardley committed Jul 18, 2017
1 parent fc42969 commit 425b9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 425b9a1

Please sign in to comment.