Skip to content

Commit bbbf003

Browse files
Update docs/source/how-to/use-frontend-as-component.rst
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent b3a6876 commit bbbf003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/how-to/use-frontend-as-component.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repetition.
2323
To make plugins available as components, ensure that the
2424
``CMS_COMPONENT_PLUGINS`` setting in your project's ``settings.py``
2525
is a list that includes the necessary plugin names or dotted path to
26-
a plugin parent class . Only plugins named in the listing or their
26+
a plugin parent class. Only plugins named in the listing or their
2727
child classes can be used directly in templates
2828
without creating database entries.
2929

0 commit comments

Comments
 (0)