Skip to content

Commit 88ea416

Browse files
Update easy-to-test.md
Fix typo
1 parent 3726335 commit 88ea416

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)