Skip to content

Commit 2f0a966

Browse files
38elementseddyerburgh
authored andcommitted
docs: fix typo in scopedSlots section in options.md (#878)
1 parent 09eecdd commit 2f0a966

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)