Update primer.rst (#5062)

Small grammar fixes
pull/5068/head
DanAtShenTech 2019-02-07 08:32:45 -05:00 zatwierdzone przez Matt Westcott
rodzic 96ec1e0e4e
commit c9be245b0f
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -255,8 +255,8 @@ when your model extends ``wagtailcore.models.Page``, otherwise
``modeladmin.helpers.url.AdminURLHelper`` is used.
If you find that the above helper classes don't work for your needs, you can
easily create your own helper class, by sub-classing ``AdminURLHelper`` or
``PageAdminURLHelper`` (if your model extend's Wagtail's ``Page`` model), and
easily create your own helper class by sub-classing ``AdminURLHelper`` or
``PageAdminURLHelper`` (if your model extends Wagtail's ``Page`` model), and
making any necessary additions/overrides.
Once your class is defined, set the ``url_helper_class`` attribute on