From c8ef023f2564f9fd813da6927d905d74d5b2dd16 Mon Sep 17 00:00:00 2001 From: Austin Baldwin Date: Fri, 11 Nov 2022 11:10:46 -0800 Subject: [PATCH] fix(docs): minor typo in upgrading content There is a minor typo on the v7 -> v8 upgrade docs, where "mayor" was used instead of "major". This PR corrects the typo on that documentation page. --- website/docs/guides/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/upgrading.md b/website/docs/guides/upgrading.md index 95d9313f91..a4484f4eab 100644 --- a/website/docs/guides/upgrading.md +++ b/website/docs/guides/upgrading.md @@ -1,6 +1,6 @@ # Upgrading from v7 -v8 is a mayor upgrade for DayPicker with new props and styles. We include here a quick reference for helping the upgrade from v7. +v8 is a major upgrade for DayPicker with new props and styles. We include here a quick reference for helping the upgrade from v7. :::note v7 is frozen