Skip to content

Commit 370474b

Browse files
authored
docs: Fix a typo (vuejs#1422)
1 parent ac56f83 commit 370474b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/common-tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ test('should render Foo, then hide it', async () => {
220220
})
221221
```
222222

223-
In practice, although we are calling `setData` then waiting for the `nextTick` to ensure the DOM is updated, this test fails. This is an ongoing issue related to show Vue implements the `<transition>` component, that we would like to solve before version 1.0. For now, there are some workarounds:
223+
In practice, although we are calling `setData` then waiting for the `nextTick` to ensure the DOM is updated, this test fails. This is an ongoing issue related to how Vue implements the `<transition>` component, that we would like to solve before version 1.0. For now, there are some workarounds:
224224

225225
#### Using a `transitionStub` helper
226226

0 commit comments

Comments
 (0)