diff --git a/docs/guide/node-views/react.md b/docs/guide/node-views/react.md index 305e87cc4ab..50e353e42c1 100644 --- a/docs/guide/node-views/react.md +++ b/docs/guide/node-views/react.md @@ -99,7 +99,7 @@ The `NodeViewWrapper` and `NodeViewContent` components render a `
` HTML tag ## Changing the default content tag for a node view -By default a NodeView rendered by `ReactNodeViewRenderer` will always have a wrapping `div` inside. If you want to change the type of this node, you can the `contentDOMElementTag` to the `ReactNodeViewRenderer` options: +By default a node view rendered by `ReactNodeViewRenderer` will always have a wrapping `div` inside. If you want to change the type of this node, you can the `contentDOMElementTag` to the `ReactNodeViewRenderer` options: ```js // this will turn the div into a header tag