From b8233947c145fccd776de6dd7eb0f32ac91c4aae Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Wed, 29 Jul 2020 16:46:46 -0400 Subject: [PATCH] Minor typo fix --- website/docs/MigrationV7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/MigrationV7.md b/website/docs/MigrationV7.md index 46ed23b3a..4759138f0 100644 --- a/website/docs/MigrationV7.md +++ b/website/docs/MigrationV7.md @@ -56,7 +56,7 @@ This guide describes steps necessary to migrate from `@testing-library/react-nat ## Changed helpers -- `wait` and `waitForElement` is removed, rename these to `waitFor` +- `wait` and `waitForElement` are removed, rename these to `waitFor` ## Missing queries