From 6a23d9b65f3a1716c9669d88553393c71bbce673 Mon Sep 17 00:00:00 2001 From: Geoff Rich <4992896+geoffrich@users.noreply.github.com> Date: Wed, 21 Dec 2022 16:39:36 -0800 Subject: [PATCH] [docs] fix transition direction options (#8133) --- 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 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