We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3abf8 commit c3750a8Copy full SHA for c3750a8
docs/en/api/options.md
@@ -64,12 +64,12 @@ expect(wrapper.find('div')).toBe(true)
64
#### Passing text
65
66
You can pass text to `slots`.
67
-There is two limitations to this.
+There are two limitations to this.
68
69
This does not support PhantomJS.
70
Please use [Puppeteer](ihttps://github.com/karma-runner/karma-chrome-launcher#headless-chromium-with-puppeteer).
71
72
-The text works below.
+This works for the text below.
73
74
```js
75
const wrapper1 = mount(ComponentWithSlots, { slots: { default: '1{{ foo }}2' }})
0 commit comments