Skip to content

Commit

Permalink
docs: fix spell Exemple to Example
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuaki640 authored and cexbrayat committed Aug 17, 2023
1 parent 0d924f9 commit 19bc369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/index.md
Expand Up @@ -46,7 +46,7 @@ test('mounts a component', () => {

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

**Exemple : mounting with component props and a Vue App plugin**
**Example : mounting with component props and a Vue App plugin**

```js
const wrapper = mount(Component, {
Expand Down Expand Up @@ -1955,7 +1955,7 @@ type GlobalMountOptions = {
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.
**Exemple :**
**Example :**
An example might be globally mocking the `$t` variable from vue-i18n and a component:
Expand Down

0 comments on commit 19bc369

Please sign in to comment.