diff --git a/docs/pages/onBeforeRender/+Page.mdx b/docs/pages/onBeforeRender/+Page.mdx index db8cde1d53..bc89893f8a 100644 --- a/docs/pages/onBeforeRender/+Page.mdx +++ b/docs/pages/onBeforeRender/+Page.mdx @@ -90,7 +90,7 @@ See full implementation at . > If you want multiple `onBeforeRender()` hooks, then consider: > - Creating custom hooks instead: you can then use one global `onBeforeRender()` hook that orchestrates many custom hooks.