Skip to content

Commit c85b6d4

Browse files
docs: typo in easy-to-test.md (#2710)
1 parent 3726335 commit c85b6d4

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
@@ -90,7 +90,7 @@ test('text updates on clicking', async () => {
9090
})
9191
```
9292

93-
Libraries such as [Vue Testing Library](https://github.com/testing-library/vue-testing-library/) are build upon these principles. If you are interested in this approach, make sure you check it out.
93+
Libraries such as [Vue Testing Library](https://github.com/testing-library/vue-testing-library/) are built upon these principles. If you are interested in this approach, make sure you check it out.
9494

9595
## Build smaller, simpler components
9696

0 commit comments

Comments
 (0)