1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed spelling mistakes and added words to wordlist.

This commit is contained in:
Tim Graham
2014-09-29 17:43:16 -04:00
parent 311b3ad9db
commit 90761d00e3
4 changed files with 5 additions and 3 deletions

View File

@@ -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