Skip to content

Commit 6a23d9b

Browse files
authored
[docs] fix transition direction options (#8133)
1 parent b8bc1be commit 6a23d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/03-template-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ Transition functions also receive a third argument, `options`, which contains in
10991099

11001100
Available values in the `options` object are:
11011101

1102-
* `direction` - one of `in`, `out`, or `bidirectional` depending on the type of transition
1102+
* `direction` - one of `in`, `out`, or `both` depending on the type of transition
11031103

11041104
##### Transition events
11051105

0 commit comments

Comments
 (0)