diff --git a/django_select2/widgets.py b/django_select2/widgets.py index b63ece4..c737a6a 100644 --- a/django_select2/widgets.py +++ b/django_select2/widgets.py @@ -607,7 +607,7 @@ class AutoHeavySelect2Mixin(object): """ This mixin is needed for Auto heavy fields. - This mxin adds extra JS code to notify the field's DOM object of the generated id. The generated id + This mixin adds extra JS code to notify the field's DOM object of the generated id. The generated id is not the same as the ``id`` attribute of the field's HTML markup. This id is generated by :py:func:`~.util.register_field` when the Auto field is registered. The client side (DOM) sends this id along with the Ajax request, so that the central view can identify which field should be used to