Skip to content

Commit 1ad53de

Browse files
Phoenix1405eddyerburgh
authored andcommitted
docs: fix spelling of component in shallowMount.md (#683)
1 parent 4c827a0 commit 1ad53de

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: docs/api/shallowMount.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
- `{Object} context`
99
- `{Array<Component|Object>|Component} children`
1010
- `{Object} slots`
11-
- `{Array<Componet|Object>|Component|String} default`
12-
- `{Array<Componet|Object>|Component|String} named`
11+
- `{Array<Component|Object>|Component|String} default`
12+
- `{Array<Component|Object>|Component|String} named`
1313
- `{Object} mocks`
1414
- `{Object|Array<string>} stubs`
1515
- `{Vue} localVue`

Diff for: docs/ja/api/shallowMount.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
- `{Object} context`
99
- `{Array<Component|Object>|Component} children`
1010
- `{Object} slots`
11-
- `{Array<Componet|Object>|Component|String} default`
12-
- `{Array<Componet|Object>|Component|String} named`
11+
- `{Array<Component|Object>|Component|String} default`
12+
- `{Array<Component|Object>|Component|String} named`
1313
- `{Object} mocks`
1414
- `{Object|Array<string>} stubs`
1515
- `{Vue} localVue`

Diff for: docs/zh/api/shallowMount.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
- `{Object} context`
99
- `{Array<Component|Object>|Component} children`
1010
- `{Object} slots`
11-
- `{Array<Componet|Object>|Component|String} default`
12-
- `{Array<Componet|Object>|Component|String} named`
11+
- `{Array<Component|Object>|Component|String} default`
12+
- `{Array<Component|Object>|Component|String} named`
1313
- `{Object} mocks`
1414
- `{Object|Array<string>} stubs`
1515
- `{Vue} localVue`

0 commit comments

Comments
 (0)