From: Jaka Stavanja Date: Sun, 21 Nov 2021 23:04:17 +0000 (+0100) Subject: docs: fix typo in testing.md (#815) X-Git-Tag: @pinia/nuxt@0.1.6~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=87b2e8cc70bde5f3722dd00aa5403797c53495fb;p=thirdparty%2Fvuejs%2Fpinia.git docs: fix typo in testing.md (#815) --- diff --git a/packages/docs/cookbook/testing.md b/packages/docs/cookbook/testing.md index ded6f580..aeada324 100644 --- a/packages/docs/cookbook/testing.md +++ b/packages/docs/cookbook/testing.md @@ -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 😄.