Skip to content

Commit 94250be

Browse files
authored
Merge pull request #8240 from marmelab/fix-docs
[Doc] Fix Upgrade guide typo
2 parents 8f6b880 + e660e50 commit 94250be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Upgrade.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2186,7 +2186,7 @@ If you relied on `handleSubmit` or `handleSubmitWithRedirect`, you can now use t
21862186

21872187
### The `save` Function Signature Changed
21882188

2189-
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):
2189+
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):
21902190

21912191
```diff
21922192
const MyCustomCreate = () => {

0 commit comments

Comments
 (0)