From: Zhenghang Cai <92540253+zhg7@users.noreply.github.com> Date: Mon, 21 Aug 2023 15:48:59 +0000 (+0200) Subject: docs: improved syntax (#2369) X-Git-Tag: @pinia/nuxt@0.5.0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a01de8ad27f680e7366f4b2c3422f3ddb08d33df;p=thirdparty%2Fvuejs%2Fpinia.git docs: improved syntax (#2369) --- 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)