summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2022-08-13 09:58:14 -0400
committerJacob Walls <jacobtylerwalls@gmail.com>2022-08-13 10:45:53 -0400
commit234ac5af229dbae41384cb52ae799702567e3357 (patch)
tree95bc2770d9e55cc8559b81b3600e7756048590de
parentf97a872ecaf05ea85ff00486dadb8a9098e032a5 (diff)
downloadpylint-git-234ac5af229dbae41384cb52ae799702567e3357.tar.gz
"Contributer" -> "Contributor"
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 59867344a..3980af33c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -58,7 +58,7 @@ spelling = ["pyenchant~=3.2"]
"What's New" = "https://pylint.pycqa.org/en/latest/whatsnew/2/"
"Bug Tracker" = "https://github.com/PyCQA/pylint/issues"
"Discord Server" = "https://discord.com/invite/Egy6P8AMB5"
-"Docs: Contributer Guide" = "https://pylint.pycqa.org/en/latest/development_guide/contributor_guide/index.html"
+"Docs: Contributor Guide" = "https://pylint.pycqa.org/en/latest/development_guide/contributor_guide/index.html"
[project.scripts]
pylint = "pylint:run_pylint"