Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/essentials/easy-to-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ test('text updates on clicking', async () => {
})
```

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.
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.

## Build smaller, simpler components

Expand Down