Skip to content

Commit

Permalink
Merge pull request #4497 from EricHasegawa/patch-2
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
janthurau authored Nov 17, 2023
2 parents 3742d1b + cb4b8b5 commit 127a595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/node-views/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 127a595

Please sign in to comment.