diff --git a/site/content/guide/04-behaviour.md b/site/content/guide/04-behaviour.md index 008a6e4556..f0f4a4617b 100644 --- a/site/content/guide/04-behaviour.md +++ b/site/content/guide/04-behaviour.md @@ -117,5 +117,6 @@ There are four 'hooks' provided by Svelte for adding control logic — `onMount` +``` > Lifecycle hooks do *not* run in server-side rendering (SSR) mode, with the exception of `onDestroy`. More on SSR later.