Skip to content

Commit 19bc369

Browse files
yasuaki640cexbrayat
authored andcommitted
docs: fix spell Exemple to Example
1 parent 0d924f9 commit 19bc369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ test('mounts a component', () => {
4646

4747
Notice that `mount` accepts a second parameter to define the component's state configuration.
4848

49-
**Exemple : mounting with component props and a Vue App plugin**
49+
**Example : mounting with component props and a Vue App plugin**
5050

5151
```js
5252
const wrapper = mount(Component, {
@@ -1955,7 +1955,7 @@ type GlobalMountOptions = {
19551955
19561956
Instead of configuring mounting options on a per test basis, you can configure them for your entire test suite. These will be used by default every time you `mount` a component. If desired, you can then override your defaults on a per test basis.
19571957
1958-
**Exemple :**
1958+
**Example :**
19591959
19601960
An example might be globally mocking the `$t` variable from vue-i18n and a component:
19611961

0 commit comments

Comments
 (0)