Skip to content

Commit

Permalink
fix a typo in common-tips.md (#1658)
Browse files Browse the repository at this point in the history
Fixed a typo in the first sentence of shallow mounting.
  • Loading branch information
xcior committed Aug 21, 2020
1 parent 8515ac4 commit fadddc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/common-tips.md
Expand Up @@ -14,7 +14,7 @@ This topic is discussed with more details in a [great presentation by Matt O'Con

### Shallow mounting

Sometimes, mounting a whole component with all its all dependencies might become slow or cumbersome. For example, components that contain many child components.
Sometimes, mounting a whole component with all its dependencies might become slow or cumbersome. For example, components that contain many child components.

Vue Test Utils allows you to mount a component without rendering its child components (by stubbing them) with the [`shallowMount`](../api/#shallowmount) method.

Expand Down

0 comments on commit fadddc2

Please sign in to comment.