Skip to content

Commit 3e9d174

Browse files
committed
docs: fix example
1 parent f27e3cc commit 3e9d174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,6 +1308,6 @@ const Component = {
13081308

13091309
it('uses global config', () => {
13101310
const wrapper = mount(Component)
1311-
console.log(wrapper.html()) // <p>message</p><my-component-stub />
1311+
console.log(wrapper.html()) // <p>message</p><div />
13121312
})
13131313
```

0 commit comments

Comments
 (0)