Fix minor typo in modeladmin docs (#4509)

add_to_setings_menu -> add_to_settings_menu
This commit is contained in:
Andy Babic 2018-05-02 16:11:01 +01:00 committed by Thibaud Colas
parent fa27773d16
commit d0670da61b

View file

@ -66,7 +66,7 @@ greater than that if you wish to keep the explorer menu item at the top.
**Expected value**: ``True`` or ``False``
If you'd like the menu item for your model to appear in Wagtail's 'Settings'
sub-menu instead of at the top level, add ``add_to_setings_menu = True`` to
sub-menu instead of at the top level, add ``add_to_settings_menu = True`` to
your ``ModelAdmin`` class.
This will only work for indivdual ``ModelAdmin`` classes registered with their