From a01de8ad27f680e7366f4b2c3422f3ddb08d33df Mon Sep 17 00:00:00 2001 From: Zhenghang Cai <92540253+zhg7@users.noreply.github.com> Date: Mon, 21 Aug 2023 17:48:59 +0200 Subject: [PATCH] docs: improved syntax (#2369) --- packages/docs/cookbook/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/cookbook/testing.md b/packages/docs/cookbook/testing.md index 6f2db5be..7cd611f4 100644 --- a/packages/docs/cookbook/testing.md +++ b/packages/docs/cookbook/testing.md @@ -218,7 +218,7 @@ const wrapper = mount(Counter, { ## E2E tests -When it comes to pinia, you don't need to change anything for e2e tests, that's the whole point of e2e tests! You could maybe test HTTP requests, but that's way beyond the scope of this guide 😄. +When it comes to Pinia, you don't need to change anything for E2E tests, that's the whole point of these tests! You could maybe test HTTP requests, but that's way beyond the scope of this guide 😄. ## Unit test components (Vue 2) -- 2.47.3