summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2014-03-02 16:00:30 +0100
committerTim Graham <timograham@gmail.com>2014-03-03 08:37:17 -0500
commit2b6436e2d5d9fdc1961b2d5b5022122afcb0703a (patch)
treec8a2258ee3fb89c981947ef0565a761ce9fa7df8 /docs/internals
parent0d912258921a442c48d5787228db2db5af7e8fa5 (diff)
Fixed some typos and formatting issues in docs.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/committers.txt2
-rw-r--r--docs/internals/contributing/triaging-tickets.txt2
-rw-r--r--docs/internals/howto-release-django.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/internals/committers.txt b/docs/internals/committers.txt
index 4a77b586cf..dffdde70f6 100644
--- a/docs/internals/committers.txt
+++ b/docs/internals/committers.txt
@@ -463,7 +463,7 @@ Jeremy Dunck
.. _Preston Holmes: http://www.ptone.com/
`Simon Charette`_
- Simon is a mathematic student who discovered Django while searching for a
+ Simon is a mathematics student who discovered Django while searching for a
replacement framework to an in-house PHP entity. Since that faithful day
Django has been a big part of his life. So far, he's been involved in some
ORM and forms API fixes.
diff --git a/docs/internals/contributing/triaging-tickets.txt b/docs/internals/contributing/triaging-tickets.txt
index 3f4033f27e..76aee6646e 100644
--- a/docs/internals/contributing/triaging-tickets.txt
+++ b/docs/internals/contributing/triaging-tickets.txt
@@ -112,7 +112,7 @@ or ought to be closed for any of the various reasons.
Accepted
~~~~~~~~
-The big grey area! The absolute meaning of "accepted" is that the issue
+The big gray area! The absolute meaning of "accepted" is that the issue
described in the ticket is valid and is in some stage of being worked on.
Beyond that there are several considerations:
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt
index 761284ee90..b5d27fec71 100644
--- a/docs/internals/howto-release-django.txt
+++ b/docs/internals/howto-release-django.txt
@@ -7,7 +7,7 @@ be driving a release, you should follow these instructions to get the
package out.
**Please, keep these instructions up-to-date if you make changes!** The point
-here is to be descriptive, not proscriptive, so feel free to streamline or
+here is to be descriptive, not prescriptive, so feel free to streamline or
otherwise make changes, but **update this document accordingly!**
Overview