Skip to content

Commit 4d254c6

Browse files
committed
fix #379 typos
1 parent b8ead12 commit 4d254c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Django. Use one of these models fields:
6161
* :class:`~django.db.models.SmallIntegerField`
6262

6363
In addition to the recommended fields, :class:`~django.db.models.DecimalField` or
64-
:class:`~django.db.models.FloatField` may work, but haven't been testest.
64+
:class:`~django.db.models.FloatField` may work, but haven't been tested.
6565

6666
.. warning:: Do not make this field unique! See below why.
6767

@@ -70,7 +70,7 @@ In Django's Admin, make the List View sortable
7070
==============================================
7171

7272
If a models contains an ordering field, all we need to make the Django's Admin List View sortable,
73-
is adding the mixin class :class:`adminsortable2.admin.SortableAdminMixin`. By ineriting from this
73+
is adding the mixin class :class:`adminsortable2.admin.SortableAdminMixin`. By inserting from this
7474
mixin class together with :class:`~django.contrib.admin.ModelAdmin`, we get a list view which
7575
without any further configuration, owns the functionality to sort its items.
7676

0 commit comments

Comments
 (0)