Skip to content

Commit 6332d7c

Browse files
authored
docs: Fix a typo in transitions.md (#2635)
1 parent 8f4d2f5 commit 6332d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/advanced/transitions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test('works with transitions', async () => {
5858

5959
## Partial support
6060

61-
The Vue Test Utils built-in transition stub is simple and doesn't cover all of of Vue's [Transition features](https://vuejs.org/guide/built-ins/transition). For instance [javascript hooks](https://vuejs.org/guide/built-ins/transition#javascript-hooks) are not supported. This limitation could potentially lead to Vue warnings.
61+
The Vue Test Utils built-in transition stub is simple and doesn't cover all of Vue's [Transition features](https://vuejs.org/guide/built-ins/transition). For instance [javascript hooks](https://vuejs.org/guide/built-ins/transition#javascript-hooks) are not supported. This limitation could potentially lead to Vue warnings.
6262

6363
::: tip
6464
Potential solutions:

0 commit comments

Comments
 (0)