Skip to content

Commit 65397bd

Browse files
committed
fix #379: typos in RTD
1 parent 4d254c6 commit 65397bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 inserting from this
73+
is adding the mixin class :class:`adminsortable2.admin.SortableAdminMixin`. By inheriting 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)