summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/new-contributors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals/contributing/new-contributors.txt')
-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 90fa97cf28..79a1b11809 100644
--- a/docs/internals/contributing/new-contributors.txt
+++ b/docs/internals/contributing/new-contributors.txt
@@ -13,7 +13,7 @@ to get started? This is the section for you.
First steps
===========
-Start with these easy tasks to discover Django's development process.
+Start with these steps to discover Django's development process.
* **Sign the Contributor License Agreement**
@@ -45,7 +45,7 @@ Start with these easy tasks to discover Django's development process.
Oftentimes the codebase will change between a patch being submitted and the
time it gets reviewed. Make sure it still applies cleanly and functions as
- expected. Simply updating a patch is both useful and important! See more on
+ expected. Updating a patch is both useful and important! See more on
:doc:`writing-code/submitting-patches`.
* **Write some documentation**