Skip to content

Commit 6870bb5

Browse files
committed
Fix note in docs
1 parent a5b9379 commit 6870bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ This node will contain your portal contents later, within a `<div>`, and will ev
114114

115115
This creates a detached SVG DOM node. It works identically to the node from `createHtmlPortalNode`, except it will work with SVG elements. Content is placed within a `<g>` instead of a `<div>`.
116116

117-
An error will be thrown if you attempt to use a HTML node for SVG content, or a SVG node for HTML content, because browsers do not support this.
117+
An error will be thrown if you attempt to use a HTML node for SVG content, or a SVG node for HTML content.
118118

119119
### `portals.InPortal`
120120

0 commit comments

Comments
 (0)