diff --git a/site/content/docs/03-template-syntax.md b/site/content/docs/03-template-syntax.md index e08cc6216f..b25e717f08 100644 --- a/site/content/docs/03-template-syntax.md +++ b/site/content/docs/03-template-syntax.md @@ -1313,7 +1313,7 @@ A custom animation function can also return a `tick` function, which is called * tick: (t, u) => Object.assign(node.style, { color: t > 0.5 ? 'Pink' : 'Blue' - }); + }), }; }