Update site/content/docs/02-template-syntax.md

pull/6568/head
Ben McCann 5 years ago committed by GitHub
parent 4b77652127
commit 48e974de4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,

Loading…
Cancel
Save