@@ -173,7 +173,7 @@ issue.
173173
174174If a package needs to be disabled due to build failures : Add a `< 0`
175175bound to the package to exclude it, and add a comment stating why it
176- was disabled : ` - swagger < 0 # compile failure againts aeson 1.0`
176+ was disabled : ` - swagger < 0 # compile failure against aeson 1.0`
177177
178178If a package needs to be disabled due to bounds issues, see the "Large
179179scale enabling/disabling of packages" section below.
@@ -218,7 +218,7 @@ file](https://github.com/commercialhaskell/stackage-content/blob/master/stack/gl
218218is updated with information on the latest GHC release by cloning that
219219repo and running `./update-global-hints.hs ghc-X.Y.Z`.
220220
221- If enountering an error like the following, this means that the [Stack metadata](https://github.com/commercialhaskell/stackage-content)
221+ If encountering an error like the following, this means that the [Stack metadata](https://github.com/commercialhaskell/stackage-content)
222222has not yet been updated, so wait some time until this happens :
223223
224224` ` `
@@ -404,7 +404,7 @@ This can be used to make sure all version bounds are in place, including for
404404test suites and benchmarks, to check whether bounds can be lifted, and to get
405405[tell-me-when-its-released] notifications.
406406
407- `curator` does not build anything, so you wont see any compilation
407+ `curator` does not build anything, so you won't see any compilation
408408errors for builds, tests and benchmarks.
409409
410410[tell-me-when-its-released]: https://github.com/commercialhaskell/stackage/blob/master/CURATORS.md#waiting-for-new-releases
0 commit comments