diff --git a/site/content/docs/03-run-time.md b/site/content/docs/03-run-time.md index 976e78cea5..8e56f4ce59 100644 --- a/site/content/docs/03-run-time.md +++ b/site/content/docs/03-run-time.md @@ -696,7 +696,7 @@ out:draw={params} Animates the stroke of an SVG element, like a snake in a tube. `in` transitions begin with the path invisible and draw the path to the screen over time. `out` transitions start in a visible state and gradually erase the path. `draw` only works with elements that have a `getTotalLength` method, like `` and ``. -`scale` accepts the following parameters: +`draw` accepts the following parameters: * `delay` (`number`, default 0) — milliseconds before starting * `speed` (`number`, default undefined) - the speed of the animation, see below.