We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bf248 commit 7f4bcd8Copy full SHA for 7f4bcd8
1 file changed
docs/api/mount.md
@@ -98,7 +98,7 @@ Returns a string representation of the text nodes in the current render tree.
98
#### [`.html() => String`](ReactWrapper/html.md)
99
Returns a static HTML rendering of the current node.
100
101
-#### [`.get(index) => ReactWrapper`](ReactWrapper/get.md)
+#### [`.get(index) => ReactElement`](ReactWrapper/get.md)
102
Returns the node at the provided index of the current wrapper.
103
104
#### [`.at(index) => ReactWrapper`](ReactWrapper/at.md)
0 commit comments