From 87b2e8cc70bde5f3722dd00aa5403797c53495fb Mon Sep 17 00:00:00 2001 From: Jaka Stavanja Date: Mon, 22 Nov 2021 00:04:17 +0100 Subject: [PATCH] docs: fix typo in testing.md (#815) --- 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 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 😄. -- 2.47.3