Tweak syntax

This commit is contained in:
Jeremy Stretch 2024-12-12 08:19:18 -05:00
parent c22c7cee3e
commit 650fcb2b17

View File

@ -51,7 +51,7 @@ This store maintains all registered items for plugins, such as navigation menus,
### `request_processors`
A list of context managers to invoke when processing a request e.g. in middleware or when executing a background job. Request processors can be registered with the `register_request_processor()` decorator.
A list of context managers to invoke when processing a request e.g. in middleware or when executing a background job. Request processors can be registered with the `@register_request_processor` decorator.
### `search`