We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09eecdd commit 2f0a966Copy full SHA for 2f0a966
docs/api/options.md
@@ -105,7 +105,7 @@ shallowMount(Component, {
105
})
106
```
107
108
-Or you can use JSX. If write JSX in a method, `this.$createElement` is auto-injected by babel-plugin-transform-vue-jsx:
+Or you can use JSX. If you write JSX in a method, `this.$createElement` is auto-injected by babel-plugin-transform-vue-jsx:
109
110
```js
111
shallowMount(Component, {
0 commit comments