Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Aug 30, 2015
1 parent 526f9a3 commit 4370e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies, and much more. While stack can use existing tools on your system,
stack has the capability to be your one-stop shop for all Haskell tooling you
need. This guide will follow that approach.

What makes stack special? It's primary design point is __reproducible builds__.
What makes stack special? Its primary design point is __reproducible builds__.
The goal is that if you run `stack build` today, you'll get the same result
running `stack build` tomorrow. There are some exceptions to that rule (changes
in your operating system configuration, for example), but overall it follows
Expand Down

0 comments on commit 4370e12

Please sign in to comment.