Skip to content

Commit 4d0bb54

Browse files
committed
reword docs
1 parent d4ff772 commit 4d0bb54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/API.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ Get the rendered component JSON representation, e.g. for snapshot testing.
121121
### `container`
122122

123123
```ts
124-
container: ReactTestInstance
124+
container: ReactTestInstance;
125125
```
126126

127-
Reference to the root element. It is a `View` component by default, or a Wrapper component provided in `options`.
127+
A reference to the rendered root element.
128128

129129
## `cleanup`
130130

0 commit comments

Comments
 (0)