diff --git a/docs/contenttypes.txt b/docs/contenttypes.txt index 4d5fcc6cb8..a07ff5d70d 100644 --- a/docs/contenttypes.txt +++ b/docs/contenttypes.txt @@ -265,7 +265,7 @@ the example above, this means that if a ``Bookmark`` object were deleted, any Generic relations in forms and admin ------------------------------------ -``django.contrib.contenttypes.genric`` provides both a ``GenericInlineFormSet`` +``django.contrib.contenttypes.generic`` provides both a ``GenericInlineFormSet`` and ``GenericInlineModelAdmin``. This enables the use of generic relations in forms and the admin. See the `model formset`_ and `admin`_ documentation for more information.