From ed8ba2cb263771b6a75f8f10f0b127d677831d32 Mon Sep 17 00:00:00 2001 From: Zolboobayar Date: Mon, 25 Jul 2022 23:37:49 +0800 Subject: [PATCH] fix(docs): typo in v11 migration guide title --- website/docs/MigrationV11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/MigrationV11.md b/website/docs/MigrationV11.md index 01751500c..a14b024d3 100644 --- a/website/docs/MigrationV11.md +++ b/website/docs/MigrationV11.md @@ -1,6 +1,6 @@ --- id: migration-v11 -title: Migration to 1.0 +title: Migration to 11.0 --- Migration to React Native Testing Library version 11 from version 9.x or 10.x should be a relatively easy task due small amount of breaking changes.