Fix typos in README and INSTALL (thanks dddddd)
This commit is contained in:
parent
6d97636b0f
commit
974eabf27d
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ changes, or because I'm using a patched version of some library and the patch
|
|||
hasn't found its way upstream.
|
||||
|
||||
In the `stack.yaml` file, under the `packages` field, there is a list of such
|
||||
libraris. While `stack` supports fetching dependencies from Git repositories,
|
||||
libraries. While `stack` supports fetching dependencies from Git repositories,
|
||||
it doesn't support Darcs (if that changes and I haven't noticed, let me know!),
|
||||
so we need to download them by ourselves. A line in the `packages` list that
|
||||
looks like this needs manual download:
|
||||
|
|
|
@ -239,7 +239,7 @@ code. `NEWS.md` provides a friendly overview of the changes for each release.
|
|||
## Reporting Bugs and Suggesting Features
|
||||
|
||||
If you found a bug, or you have an idea, a feature request or a wishlist item,
|
||||
open a ticket for it! Even if you're goint to implement something or try to
|
||||
open a ticket for it! Even if you're going to implement something or try to
|
||||
solve it.
|
||||
|
||||
If you're going to implement some feature or fix some bug you found,
|
||||
|
|
Loading…
Reference in a new issue