diff --git a/site/content/docs/03-template-syntax.md b/site/content/docs/03-template-syntax.md index 2d92813e89..e08cc6216f 100644 --- a/site/content/docs/03-template-syntax.md +++ b/site/content/docs/03-template-syntax.md @@ -1099,7 +1099,7 @@ Transition functions also receive a third argument, `options`, which contains in Available values in the `options` object are: -* `direction` - one of `in`, `out`, or `bidirectional` depending on the type of transition +* `direction` - one of `in`, `out`, or `both` depending on the type of transition ##### Transition events