Skip to content

Commit fadddc2

Browse files
authored
fix a typo in common-tips.md (vuejs#1658)
Fixed a typo in the first sentence of shallow mounting.
1 parent 8515ac4 commit fadddc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/common-tips.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This topic is discussed with more details in a [great presentation by Matt O'Con
1414

1515
### Shallow mounting
1616

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

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

0 commit comments

Comments
 (0)