diff --git a/doc/spelling_wordlist.txt b/doc/spelling_wordlist.txt index 16c699c02..12e4ac4bd 100644 --- a/doc/spelling_wordlist.txt +++ b/doc/spelling_wordlist.txt @@ -95,6 +95,7 @@ renderers reportlab SaaS screenshot +scss searchable selectable serializers diff --git a/src/pretix/presale/signals.py b/src/pretix/presale/signals.py index 8cca4ac08..af1843551 100644 --- a/src/pretix/presale/signals.py +++ b/src/pretix/presale/signals.py @@ -15,7 +15,7 @@ html_page_header = EventPluginSignal( providing_args=["request"] ) """ -This signal allows you to put code right in the beginnong of the HTML ```` tag +This signal allows you to put code right in the beginning of the HTML ```` tag of every page in the frontend. You will get the request as the keyword argument ``request`` and are expected to return plain HTML.