From 88ea41685e27feda7be3397915785ec59e9a952e Mon Sep 17 00:00:00 2001 From: Pepijn Olivier Date: Tue, 16 Sep 2025 15:35:20 +0200 Subject: [PATCH] Update easy-to-test.md Fix typo --- docs/guide/essentials/easy-to-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/essentials/easy-to-test.md b/docs/guide/essentials/easy-to-test.md index c1b425c2d..b96bdd959 100644 --- a/docs/guide/essentials/easy-to-test.md +++ b/docs/guide/essentials/easy-to-test.md @@ -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