From 90705021c8cd27d412288a4abc7e9c5c868f72a4 Mon Sep 17 00:00:00 2001 From: Geoff Rich <4992896+geoffrich@users.noreply.github.com> Date: Wed, 21 Dec 2022 16:22:16 -0800 Subject: [PATCH] docs: fix transition direction It's "both", not "bidirectional" --- site/content/docs/03-template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/03-template-syntax.md b/site/content/docs/03-template-syntax.md index 2d92813e89d7..e08cc6216f30 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