summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Beard <>2019-10-01 21:35:08 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2019-10-31 10:04:30 +0000
commit00176ee2cd7a9bfa267f9544aa22aff3f97cc167 (patch)
tree31336c015da73ccb8c6709e3352a2e1955996681
parent8737005b82372b9fcc93c3265c7f1ce1ae4f5b1c (diff)
downloaddeluge-00176ee2cd7a9bfa267f9544aa22aff3f97cc167.tar.gz
deluge-00176ee2cd7a9bfa267f9544aa22aff3f97cc167.tar.bz2
deluge-00176ee2cd7a9bfa267f9544aa22aff3f97cc167.zip
[Docs] Typo corrections in 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