From 34cfc1c704472cda728732c73eee51969501da3c Mon Sep 17 00:00:00 2001 From: James Date: Wed, 20 Apr 2022 01:48:22 +1000 Subject: [PATCH] closed bracket on complete code example (#4950) --- docs/walkthroughs/01-installing-slate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/walkthroughs/01-installing-slate.md b/docs/walkthroughs/01-installing-slate.md index ab943458d..721f4924c 100644 --- a/docs/walkthroughs/01-installing-slate.md +++ b/docs/walkthroughs/01-installing-slate.md @@ -120,7 +120,7 @@ const initialValue = [ ] const App = () => { - const [editor] = useState(() => withReact(createEditor()) + const [editor] = useState(() => withReact(createEditor())) return (