summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2021-02-04 10:41:48 +0100
committerCarlton Gibson <carlton.gibson@noumenal.es>2021-02-04 16:02:08 +0100
commitf490cde15d112b2e6d35d16bcea7ce4e0a29e5d8 (patch)
tree34b55703fb5055ad01e803f60016c22edb57a9fd
parentff25791d2312c7886e6dd256c0ae2b869f72c4f1 (diff)
downloaddjango-f490cde15d112b2e6d35d16bcea7ce4e0a29e5d8.tar.gz
[3.2.x] Corrected typo in advice to new contributors.
Backport of e48e78738e224a056df57b7cb08bd48ac0e54f60 from master
-rw-r--r--docs/internals/contributing/new-contributors.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/contributing/new-contributors.txt b/docs/internals/contributing/new-contributors.txt
index 024dc26e87..29502cc782 100644
--- a/docs/internals/contributing/new-contributors.txt
+++ b/docs/internals/contributing/new-contributors.txt
@@ -10,8 +10,8 @@ to get started? This is the section for you.
If you are new to contributing to Django, the :doc:`/intro/contributing`
tutorial will give you an introduction to the tools and the workflow.
-This page contains more general advice ways you can contribute to Django, and
-how to approach that.
+This page contains more general advice on ways you can contribute to Django,
+and how to approach that.
If you are looking for a reference on the details of making code contributions,
see the :doc:`/internals/contributing/writing-code/index` documentation.