Skip to content

Commit 7eb3af2

Browse files
authored
docs: update testing.md with missing word (vuejs#2708)
1 parent ca2ed2f commit 7eb3af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ While end-to-end (E2E) testing on the web has gained a negative reputation for u
116116

117117
One of the primary benefits that end-to-end (E2E) testing is known for is its ability to test your application across multiple browsers. While it may seem desirable to have 100% cross-browser coverage, it is important to note that cross browser testing has diminishing returns on a team's resources due the additional time and machine power required to run them consistently. As a result, it is important to be mindful of this trade-off when choosing the amount of cross-browser testing your application needs.
118118

119-
<p class="tip">A recent development in for catching browser-specific issues is using application monitoring and error reporting tools (e.g., Sentry, LogRocket, etc.) for browsers that are not as commonly used (e.g., < IE11, older Safari versions, etc.).</p>
119+
<p class="tip">A recent development in E2E for catching browser-specific issues is using application monitoring and error reporting tools (e.g., Sentry, LogRocket, etc.) for browsers that are not as commonly used (e.g., < IE11, older Safari versions, etc.).</p>
120120

121121
#### Faster feedback loops
122122

0 commit comments

Comments
 (0)