diff --git a/docs/plugins/hooks.rst b/docs/plugins/hooks.rst index fa54c345e8..4540cdc822 100644 --- a/docs/plugins/hooks.rst +++ b/docs/plugins/hooks.rst @@ -43,7 +43,7 @@ Executed whenever a post is retrieved, but before being sent to the client. - `res` the express response object (javascript Object) - `data` the data passed to the template (javascript Object) -**Allows plugins to add new elements to the registration form. At the moment, the only one supported is `data.captcha`* +**Allows plugins to add new elements to the registration form. At the moment, the only one supported is `data.captcha`** ``filter:post.parse``