Browse Source

Doc - Fix minor spelling inconsistency

LB 4 months ago
parent
commit
b6b9c003ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/extending/forms.md

+ 1 - 1
docs/extending/forms.md

@@ -77,4 +77,4 @@ A view performs the following steps to render a model form through the panels me
 -   An instance of the form class is created as per a normal Django form view.
 -   The view then calls `get_bound_panel` on the top-level panel, passing `instance`, `form` and `request` as keyword arguments. This returns a `BoundPanel` object, which follows [the template component API](/extending/template_components). Finally, the `BoundPanel` object (and its media definition) is rendered onto the template.
 
-New panel types can be defined by sub-classing `wagtail.admin.panels.Panel` - see [](panels_api).
+New panel types can be defined by subclassing `wagtail.admin.panels.Panel` - see [](panels_api).