From 761d912118686af64a31acf458ac5186e14628b1 Mon Sep 17 00:00:00 2001 From: Will Giddens <2144924+wgiddens@users.noreply.github.com> Date: Mon, 23 May 2022 15:41:35 -0400 Subject: [PATCH] Fix typo --- docs/useSaveContext.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/useSaveContext.md b/docs/useSaveContext.md index b02dec41a1b..0bd80181fa4 100644 --- a/docs/useSaveContext.md +++ b/docs/useSaveContext.md @@ -32,7 +32,7 @@ const MyComponent = () => { console.log(data); } const saving = false; - const mutatinoMode = "pessimistic"; + const mutationMode = "pessimistic"; return ( @@ -40,4 +40,4 @@ const MyComponent = () => { ); } ``` -{% endraw %} \ No newline at end of file +{% endraw %}