Skip to content

Commit 2702cf2

Browse files
jaylinskieddyerburgh
authored andcommitted
Fix typo (#234)
* Fix typo It should be `stubs` instead of `stub`. * Fix typo
1 parent 8712aca commit 2702cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/api/mount.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ import Faz from './Faz.vue'
122122
describe('Foo', () => {
123123
it('renders a div', () => {
124124
const wrapper = mount(Foo, {
125-
stub: {
126-
Bar: '<div class="stubbed />',
125+
stubs: {
126+
Bar: '<div class="stubbed" />',
127127
BarFoo: true,
128128
FooBar: Faz
129129
}

0 commit comments

Comments
 (0)