Skip to content

Commit 742d374

Browse files
authored
docs: remove duplicate sentence (#1936)
1 parent adac9be commit 742d374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/essentials/easy-to-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Notice how this list does not include elements such as internal methods, interme
2828

2929
The rule of thumb is that **a test should not break on a refactor**, that is, when we change its internal implementation without changing its behavior. If that happens, the test might rely on implementation details.
3030

31-
For example, let's assume a basic Counter component that features a button to increment a counter. We could write the following test:
31+
For example, let's assume a basic Counter component that features a button to increment a counter:
3232

3333
```vue
3434
<template>

0 commit comments

Comments
 (0)