Skip to content

Commit c3750a8

Browse files
committed
Fix document
1 parent 3c3abf8 commit c3750a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/en/api/options.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ expect(wrapper.find('div')).toBe(true)
6464
#### Passing text
6565

6666
You can pass text to `slots`.
67-
There is two limitations to this.
67+
There are two limitations to this.
6868

6969
This does not support PhantomJS.
7070
Please use [Puppeteer](ihttps://github.com/karma-runner/karma-chrome-launcher#headless-chromium-with-puppeteer).
7171

72-
The text works below.
72+
This works for the text below.
7373

7474
```js
7575
const wrapper1 = mount(ComponentWithSlots, { slots: { default: '1{{ foo }}2' }})

0 commit comments

Comments
 (0)