Skip to content

Commit a677eef

Browse files
authored
Merge pull request #7747 from wgiddens/patch-1
Fix typo
2 parents 61055b1 + 761d912 commit a677eef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/useSaveContext.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ const MyComponent = () => {
3232
console.log(data);
3333
}
3434
const saving = false;
35-
const mutatinoMode = "pessimistic";
35+
const mutationMode = "pessimistic";
3636
return (
3737
<SaveContextProvider value={{ save, saving, mutationMode }}>
3838
<MyForm />
3939
</SaveContextProvider>
4040
);
4141
}
4242
```
43-
{% endraw %}
43+
{% endraw %}

0 commit comments

Comments
 (0)