From 028040325a55ccca066a9c4b725c940a5bce6a27 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Sat, 22 Dec 2018 20:36:16 -0500 Subject: [PATCH] fix lifecycle demo markdown --- site/content/guide/04-behaviour.md | 1 + 1 file changed, 1 insertion(+) 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.