0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 19:20:56 +01:00

Fixing typos

This commit is contained in:
Kevin 2020-07-14 10:53:23 +01:00 committed by Matt Westcott
parent ee954b8fe6
commit d75ab584c7

View File

@ -28,7 +28,7 @@ class:
------------------------------------------
**Expected value:** A list or tuple, where each item is the name of a field
or attribute on the instance that you'd like ``InpectView`` to render.
or attribute on the instance that you'd like ``InspectView`` to render.
A sensible value will be rendered for most field types.
@ -49,7 +49,7 @@ rendered, along with the document title, file extension and size.
------------------------------------------
**Expected value:** A list or tuple, where each item is the name of a field
that you'd like to exclude from ``InpectView``
that you'd like to exclude from ``InspectView``
**Note:** If both ``inspect_view_fields`` and ``inspect_view_fields_exclude``
are set, ``inspect_view_fields_exclude`` will be ignored.