From fc00e172069a9582cb64d39cb40e31ad8ffdfbc1 Mon Sep 17 00:00:00 2001 From: denis-tsoi-mox <67885203+denis-tsoi-mox@users.noreply.github.com> Date: Wed, 25 Nov 2020 15:47:52 +0800 Subject: [PATCH] fix typo --- docs/preact-testing-library/api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/preact-testing-library/api.mdx b/docs/preact-testing-library/api.mdx index 6411fa063..a9ed5da28 100644 --- a/docs/preact-testing-library/api.mdx +++ b/docs/preact-testing-library/api.mdx @@ -77,7 +77,7 @@ responsible for flushing all effects and rerenders after invoking it. 📝 If you'd love to learn more, checkout [this explanation](https://github.com/threepointone/react-act-examples/blob/master/sync.md). -Even thought it's for React, it gives you an idea of why it's needed. +Even though it's for React, it gives you an idea of why it's needed. ## `fireEvent`