Skip to content

Commit 294a077

Browse files
authored
Merge pull request jrief#369 from mgrdcm/recommended
Update usage.rst to correct spelling of `recommended` and `django-admin-sortable2`
2 parents d7978be + cce0bb4 commit 294a077

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ sortable-admin mixin classes. The minimized version can be imported as
4343
Run the Demo App
4444
================
4545

46-
**django-admin-sotable2** is shipped with a demo app, which shall be used as a reference when
46+
**django-admin-sortable2** is shipped with a demo app, which shall be used as a reference when
4747
reporting bugs, proposing new features or to just get a quick first impression of this library.
4848

4949
Follow these steps to run this demo app. Note that in addition to Python, you also need a recent

docs/source/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Django. Use one of these models fields:
6060
* :class:`~django.db.models.PositiveSmallIntegerField` (recommended for small sets)
6161
* :class:`~django.db.models.SmallIntegerField`
6262

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

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

0 commit comments

Comments
 (0)