]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: fix typo in testing.md (#815)
authorJaka Stavanja <jakastavanja@gmail.com>
Sun, 21 Nov 2021 23:04:17 +0000 (00:04 +0100)
committerGitHub <noreply@github.com>
Sun, 21 Nov 2021 23:04:17 +0000 (00:04 +0100)
packages/docs/cookbook/testing.md

index ded6f5807196453391a07f596f1a46b299e76cde..aeada324e1ee56b2e09438fb8b120d27578202f9 100644 (file)
@@ -104,4 +104,4 @@ You can find more examples in [the tests of the testing package](https://github.
 
 ## 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 tests 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 e2e tests! You could maybe test HTTP requests, but that's way beyond the scope of this guide ðŸ˜„.