Skip to content

Commit

Permalink
Fixed GitHub spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
danspndl committed Mar 20, 2019
1 parent 4192e52 commit 3e96329
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Table of contents
* [Multiple files](#multiple-files)
* [Combo](#combo)
* [Auto insert and update TOC](#auto-insert-and-update-toc)
* [Github token](#github-token)
* [GitHub token](#github-token)
* [Tests](#tests)
* [Dependency](#dependency)
<!--te-->
Expand Down Expand Up @@ -286,7 +286,7 @@ Now check the same file:
Next time when your file will be changed just repeat the command (`./gh-md-toc
--insert ...`) and TOC will be refreshed again.
Github token
GitHub token
------------
All your tokens are [here](https://github.com/settings/tokens).
Expand Down
6 changes: 3 additions & 3 deletions tests/tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ load test_helper
assert_equal "${lines[9]}" " * [Multiple files](#multiple-files)"
assert_equal "${lines[10]}" " * [Combo](#combo)"
assert_equal "${lines[11]}" " * [Auto insert and update TOC](#auto-insert-and-update-toc)"
assert_equal "${lines[12]}" " * [Github token](#github-token)"
assert_equal "${lines[12]}" " * [GitHub token](#github-token)"
assert_equal "${lines[13]}" " * [Tests](#tests)"
assert_equal "${lines[14]}" " * [Dependency](#dependency)"
assert_equal "${lines[15]}" "Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)"
Expand Down Expand Up @@ -55,7 +55,7 @@ load test_helper
assert_equal "${lines[7]}" " * [Multiple files](README.md#multiple-files)"
assert_equal "${lines[8]}" " * [Combo](README.md#combo)"
assert_equal "${lines[9]}" " * [Auto insert and update TOC](README.md#auto-insert-and-update-toc)"
assert_equal "${lines[10]}" " * [Github token](README.md#github-token)"
assert_equal "${lines[10]}" " * [GitHub token](README.md#github-token)"
assert_equal "${lines[11]}" " * [Tests](README.md#tests)"
assert_equal "${lines[12]}" " * [Dependency](README.md#dependency)"
assert_equal "${lines[13]}" " * [sitemap.js](https://github.com/ekalinin/sitemap.js/blob/6bc3eb12c898c1037a35a11b2eb24ababdeb3580/README.md#sitemapjs)"
Expand All @@ -79,7 +79,7 @@ load test_helper
assert_equal "${lines[7]}" " * [Multiple files](#multiple-files)"
assert_equal "${lines[8]}" " * [Combo](#combo)"
assert_equal "${lines[9]}" " * [Auto insert and update TOC](#auto-insert-and-update-toc)"
assert_equal "${lines[10]}" " * [Github token](#github-token)"
assert_equal "${lines[10]}" " * [GitHub token](#github-token)"
assert_equal "${lines[11]}" " * [Tests](#tests)"
assert_equal "${lines[12]}" " * [Dependency](#dependency)"
}
Expand Down

0 comments on commit 3e96329

Please sign in to comment.