Skip to content

Commit 7f4bcd8

Browse files
[docs] Fix return type for ReactWrapper::get
1 parent 35bf248 commit 7f4bcd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api/mount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Returns a string representation of the text nodes in the current render tree.
9898
#### [`.html() => String`](ReactWrapper/html.md)
9999
Returns a static HTML rendering of the current node.
100100

101-
#### [`.get(index) => ReactWrapper`](ReactWrapper/get.md)
101+
#### [`.get(index) => ReactElement`](ReactWrapper/get.md)
102102
Returns the node at the provided index of the current wrapper.
103103

104104
#### [`.at(index) => ReactWrapper`](ReactWrapper/at.md)

0 commit comments

Comments
 (0)