Skip to content

Update usage.rst to correct spelling of recommended and django-admin-sortable2 #369

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ sortable-admin mixin classes. The minimized version can be imported as
Run the Demo App
================

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

Follow these steps to run this demo app. Note that in addition to Python, you also need a recent
Expand Down
2 changes: 1 addition & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Django. Use one of these models fields:
* :class:`~django.db.models.PositiveSmallIntegerField` (recommended for small sets)
* :class:`~django.db.models.SmallIntegerField`

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

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