From 48e974de4a9f57f7561f1cdb1823217d55887ccc Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Fri, 27 Aug 2021 19:22:11 -0700 Subject: [PATCH] Update site/content/docs/02-template-syntax.md --- site/content/docs/02-template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index 00e06bab4d..8f9dc7b68f 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -974,7 +974,7 @@ A custom transition function can also return a `tick` function, which is called } const text = node.textContent; - const duration = text.length / (speed * 0.01) ; + const duration = text.length / (speed * 0.01); return { duration,