summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvladislav doster <mvdoster@gmail.com>2022-04-09 07:20:43 -0500
committerGitHub <noreply@github.com>2022-04-09 13:20:43 +0100
commitcafb36143449d19e93811d539565e6fcfc2cc13e (patch)
treebe952a5871222eec54eecfc394511d10dd80c257
parentc32b828b798c04ca7ac42c8a39ec93955a09e0f7 (diff)
downloadtox-git-cafb36143449d19e93811d539565e6fcfc2cc13e.tar.gz
doc: fix typo in description of tox-conda plugin (#2363)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-rw-r--r--CONTRIBUTORS1
-rw-r--r--docs/plugins.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 15f58597..f12b86f2 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -117,6 +117,7 @@ Thomas Grainger
Tim Laurence
Tyagraj Desigar
Usama Sadiq
+Vladislav Doster
Ville Skyttä
Vincent Vanlaer
Vlastimil Zíma
diff --git a/docs/plugins.rst b/docs/plugins.rst
index 604602ec..ead405f3 100644
--- a/docs/plugins.rst
+++ b/docs/plugins.rst
@@ -32,7 +32,7 @@ Examples include::
tox-bindep - Runs bindep checks prior to tests
tox-bitbucket-status - Update bitbucket status for each env
tox-cmake - Build CMake projects using tox
- tox-conda - Provides integration with the condo package manager
+ tox-conda - Provides integration with the conda package manager
tox-current-env - Run tests in the current python environment
tox-docker - Launch a docker instance around test runs
tox-direct - Run everything directly without tox venvs