diff --git a/src/fobi/contrib/plugins/form_elements/content/content_text/README.rst b/src/fobi/contrib/plugins/form_elements/content/content_text/README.rst index b773461b..5f7354a6 100644 --- a/src/fobi/contrib/plugins/form_elements/content/content_text/README.rst +++ b/src/fobi/contrib/plugins/form_elements/content/content_text/README.rst @@ -34,7 +34,7 @@ Installation By default the content of the text field is stripped using either the awesome `bleach `_ library or if bleach is not installed just Django's own `strip_tags` function. To configure - the strip (bleach only)behaviour, two settings are introduced: + the strip (bleach only) behaviour, two settings are introduced: .. code-block:: text