summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/models/options.txt2
-rw-r--r--docs/ref/models/querysets.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/models/options.txt b/docs/ref/models/options.txt
index 1caeadddf9..b3d6533f9f 100644
--- a/docs/ref/models/options.txt
+++ b/docs/ref/models/options.txt
@@ -225,7 +225,7 @@ Django quotes column and table names behind the scenes.
Ordering is not a free operation. Each field you add to the ordering
incurs a cost to your database. Each foreign key you add will
- impliclty include all of its default orderings as well.
+ implicitly include all of its default orderings as well.
``permissions``
---------------
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
index 000415f028..c62525cb72 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -338,7 +338,7 @@ You can tell if a query is ordered or not by checking the
Ordering is not a free operation. Each field you add to the ordering
incurs a cost to your database. Each foreign key you add will
- impliclty include all of its default orderings as well.
+ implicitly include all of its default orderings as well.
reverse
~~~~~~~