From 42235cf64d2216624664a9981b046480ff41d437 Mon Sep 17 00:00:00 2001 From: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> Date: Mon, 27 May 2019 17:39:05 +0200 Subject: [PATCH] fix slide example --- site/content/docs/03-run-time.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/content/docs/03-run-time.md b/site/content/docs/03-run-time.md index 1beacc4169..6db20b5d14 100644 --- a/site/content/docs/03-run-time.md +++ b/site/content/docs/03-run-time.md @@ -618,13 +618,13 @@ Slides an element in and out. ```html {#if condition} -
- flies in and out +
+ slides in and out
{/if} ```