From cb4b8b597fd3723f4ec95ece325bc177e0a12196 Mon Sep 17 00:00:00 2001 From: Eric Hasegawa Date: Mon, 2 Oct 2023 08:31:52 -0700 Subject: [PATCH] Fix typo --- docs/guide/node-views/react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/node-views/react.md b/docs/guide/node-views/react.md index bb82b2be0f..106d0b6199 100644 --- a/docs/guide/node-views/react.md +++ b/docs/guide/node-views/react.md @@ -68,7 +68,7 @@ export default props => { } ``` -And yes, all of that is reactive, too. A pretty seemless communication, isn’t it? +And yes, all of that is reactive, too. A pretty seamless communication, isn’t it? ## Adding a content editable There is another component called `NodeViewContent` which helps you adding editable content to your node view. Here is an example: