diff --git a/docs/guide/node-views/react.md b/docs/guide/node-views/react.md index 7d3c9dd555d..791db0669ad 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: