Skip to content

Commit 1047fd5

Browse files
38elementskuitos
authored andcommitted
docs: fix typo in scopedSlots section in options.md (vuejs#878)
1 parent b0fef03 commit 1047fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/api/options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ shallowMount(Component, {
105105
})
106106
```
107107

108-
Or you can use JSX. If write JSX in a method, `this.$createElement` is auto-injected by babel-plugin-transform-vue-jsx:
108+
Or you can use JSX. If you write JSX in a method, `this.$createElement` is auto-injected by babel-plugin-transform-vue-jsx:
109109

110110
```js
111111
shallowMount(Component, {

0 commit comments

Comments
 (0)