Skip to content

Commit 8d31b08

Browse files
ImADraftereps1lon
andauthored
Update types/index.d.ts
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
1 parent f969bd1 commit 8d31b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export interface RenderOptions<
4343
* [Container](https://testing-library.com/docs/react-testing-library/api/#container)
4444
*/
4545
container?: Container
46-
/** If the container is specified, then this defaults to that, otherwise this defaults to document.body. This is used as
46+
/** Defaults to the container if the container is specified. Otherwise `document.body` is used for the default. This is used as
4747
* the base element for the queries as well as what is printed when you use debug().
4848
*
4949
* [BaseElement](https://testing-library.com/docs/react-testing-library/api/#baseelement)

0 commit comments

Comments
 (0)