From d735b04a48bd3991c3b5629d8a54ae9b3b064c33 Mon Sep 17 00:00:00 2001 From: Dominik Biedebach Date: Fri, 18 Aug 2023 10:51:36 -0700 Subject: [PATCH] fix naming for node view in react docs --- 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 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