Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d93b692

Browse files
lex111eddyerburgh
authored andcommittedJun 29, 2018
docs: fix arguments in render.md (#777)
1 parent 9d8c9e9 commit d93b692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/api/render.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
- `{Object} context`
88
- `{Array<Component|Object>|Component} children`
99
- `{Object} slots`
10-
- `{Array<Componet|Object>|Component|String} default`
11-
- `{Array<Componet|Object>|Component|String} named`
10+
- `{Array<Component|Object>|Component|String} default`
11+
- `{Array<Component|Object>|Component|String} named`
1212
- `{Object} mocks`
1313
- `{Object|Array<string>} stubs`
1414
- `{Vue} localVue`

0 commit comments

Comments
 (0)
Please sign in to comment.