diff options
author | Dmitry Volodin <mr.molkree@gmail.com> | 2020-08-01 20:19:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-01 10:19:32 -0700 |
commit | eeb4c1e5b6bf244b4c00f9cd5538cae445b033fa (patch) | |
tree | 6c062cc6006ff7c606f699640292b1a444c4e9ab | |
parent | 57e29610ac3332807ac1ee897bc02b65236a7be3 (diff) | |
download | pandoc-eeb4c1e5b6bf244b4c00f9cd5538cae445b033fa.tar.gz |
Fix typo in CONTRIBUTING.md (#6584)
Againt -> against
And use GitHub instead of github everywhere
-rw-r--r-- | CONTRIBUTING.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 94d8f48b0..d631700ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ Ask on [pandoc-discuss]. Found a bug? ------------ -Bug reports are welcome! Please report all bugs on pandoc's github +Bug reports are welcome! Please report all bugs on pandoc's GitHub [issue tracker]. Before you submit a bug report, search the [open issues] *and* [closed issues] @@ -21,7 +21,7 @@ Make sure you can reproduce the bug with the [latest released version] of pandoc---or, even better, the development version, since the bug may have been fixed since the last release. [Nightly builds] are available, so you don't need to compile -from source to test againt the development version. +from source to test against the development version. (To fetch a nightly, visit the link, click the topmost "Nightly" in the table, then choose your platform under "Artifacts." Note that you must be logged in with a GitHub account.) @@ -280,7 +280,7 @@ The code -------- Pandoc has a publicly accessible git repository on -github: <http://github.com/jgm/pandoc>. To get a local copy of the source: +GitHub: <http://github.com/jgm/pandoc>. To get a local copy of the source: git clone https://github.com/jgm/pandoc.git @@ -374,4 +374,3 @@ you may want to consider submitting a pull request to the [status:more-discussion-needed]: https://github.com/jgm/pandoc/labels/status:more-discussion-needed [status:more-info-needed]: https://github.com/jgm/pandoc/labels/status:more-info-needed [stack]: https://github.com/commercialhaskell/stack - |