]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: improved syntax (#2369)
authorZhenghang Cai <92540253+zhg7@users.noreply.github.com>
Mon, 21 Aug 2023 15:48:59 +0000 (17:48 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2023 15:48:59 +0000 (17:48 +0200)
packages/docs/cookbook/testing.md

index 6f2db5bed5fb42fcc1f204081e4390bb56f25d2e..7cd611f446569adf62b1ffb4ab794bfb4fe1f6c3 100644 (file)
@@ -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)