From d75ab584c7b8d22c4a08f2eecbdf2f64a0ef6a09 Mon Sep 17 00:00:00 2001 From: Kevin <2128707+kevinhowbrook@users.noreply.github.com> Date: Tue, 14 Jul 2020 10:53:23 +0100 Subject: [PATCH] Fixing typos --- docs/reference/contrib/modeladmin/inspectview.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/contrib/modeladmin/inspectview.rst b/docs/reference/contrib/modeladmin/inspectview.rst index 292732c391..5486dd9aac 100644 --- a/docs/reference/contrib/modeladmin/inspectview.rst +++ b/docs/reference/contrib/modeladmin/inspectview.rst @@ -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.