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 ab76a48 commit 148d3e8Copy full SHA for 148d3e8
types/index.d.ts
@@ -38,7 +38,7 @@ export interface RenderOptions<
38
* where your React component will be rendered. If you provide your own HTMLElement container via this option,
39
* it will not be appended to the document.body automatically.
40
*
41
- * For example: If you are unit testing a tablebody element, it cannot be a child of a div. In this case, you can
+ * For example: If you are unit testing a `<tbody>` element, it cannot be a child of a div. In this case, you can
42
* specify a table as the render container.
43
44
* [Container](https://testing-library.com/docs/react-testing-library/api/#container)
0 commit comments