summaryrefslogtreecommitdiffstats
path: root/docs/source/contributing/testing.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/contributing/testing.md')
-rw-r--r--docs/source/contributing/testing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/contributing/testing.md b/docs/source/contributing/testing.md
index 1f511245a..8d9d1f31d 100644
--- a/docs/source/contributing/testing.md
+++ b/docs/source/contributing/testing.md
@@ -14,7 +14,7 @@ View the unit test coverage at: [deluge-torrent.github.io](http://deluge-torrent
### Trial
-Here are some examples that show running all the test through to selecting an
+Here are some examples that show running all the tests through to selecting an
individual test.
trial deluge
@@ -57,7 +57,7 @@ All the tests for Deluge can be run using [Tox](https://pypi.python.org/pypi/tox
## Travis CI
Deluge develop branch is tested automatically by [Travis].
-When creating a pull request (PR) on [GitHub], Travis will be automatically run
+When creating a pull request (PR) on [github], Travis will automatically run
the unit tests with the code in the PR.
[travis]: https://travis-ci.org/deluge-torrent/deluge