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: