summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
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