summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-09-29 17:43:16 -0400
committerTim Graham <timograham@gmail.com>2014-09-29 17:43:16 -0400
commit90761d00e375ec552d5c1d7225dd97977cdd1816 (patch)
treed149ab5f46c314c4e42c774c79000c63ec71dc3c /docs/ref
parent311b3ad9db94c3e04f929c2622be4f10d759f45e (diff)
Fixed spelling mistakes and added words to wordlist.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/checks.txt2
-rw-r--r--docs/ref/settings.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index b86ad115b8..aa3f61117c 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -8,7 +8,7 @@ The system check framework is a set of static checks for validating Django
projects. It detects common problems and provides hints for how to fix them.
The framework is extensible so you can easily add your own checks.
-For details on how to add your own checks and integrate them with Django`s
+For details on how to add your own checks and integrate them with Django's
system checks, see the :doc:`System check topic guide </topics/checks>`.
Builtin tags
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 5cd362f07c..aa246125cc 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -690,7 +690,7 @@ SERIALIZE
.. versionadded:: 1.7.1
-Boolean value to control whether or not the default test runnner serializes the
+Boolean value to control whether or not the default test runner serializes the
database into an in-memory JSON string before running tests (used to restore
the database state between tests if you don't have transactions). You can set
this to ``False`` to speed up creation time if you don't have any test classes