From e660e5041aece86651107dcd8d8780550f5b3ac2 Mon Sep 17 00:00:00 2001 From: asvarcas Date: Wed, 5 Oct 2022 15:27:59 -0300 Subject: [PATCH] Fix typo --- docs/Upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Upgrade.md b/docs/Upgrade.md index c4a83c7a384..e0b70100c12 100644 --- a/docs/Upgrade.md +++ b/docs/Upgrade.md @@ -2186,7 +2186,7 @@ If you relied on `handleSubmit` or `handleSubmitWithRedirect`, you can now use t ### The `save` Function Signature Changed -The `save` function signature no longer take a redirection side effect as the second argument. Instead, it only receives the data and an options object for side effects (which was the third argument before): +The `save` function signature no longer takes a redirection side effect as the second argument. Instead, it only receives the data and an options object for side effects (which was the third argument before): ```diff const MyCustomCreate = () => {