Skip to content

Commit 148d3e8

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

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
@@ -38,7 +38,7 @@ export interface RenderOptions<
3838
* where your React component will be rendered. If you provide your own HTMLElement container via this option,
3939
* it will not be appended to the document.body automatically.
4040
*
41-
* For example: If you are unit testing a tablebody element, it cannot be a child of a div. In this case, you can
41+
* For example: If you are unit testing a `<tbody>` element, it cannot be a child of a div. In this case, you can
4242
* specify a table as the render container.
4343
*
4444
* [Container](https://testing-library.com/docs/react-testing-library/api/#container)

0 commit comments

Comments
 (0)