Docs: Fix spelling issues

This commit is contained in:
Raphael Michel
2019-03-27 12:08:22 +01:00
parent 4636ccac3b
commit e82bc732a3
2 changed files with 2 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ renderers
reportlab reportlab
SaaS SaaS
screenshot screenshot
scss
searchable searchable
selectable selectable
serializers serializers

View File

@@ -15,7 +15,7 @@ html_page_header = EventPluginSignal(
providing_args=["request"] providing_args=["request"]
) )
""" """
This signal allows you to put code right in the beginnong of the HTML ``<body>`` tag This signal allows you to put code right in the beginning of the HTML ``<body>`` tag
of every page in the frontend. You will get the request as the keyword argument of every page in the frontend. You will get the request as the keyword argument
``request`` and are expected to return plain HTML. ``request`` and are expected to return plain HTML.