We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc97ea commit 624b86cCopy full SHA for 624b86c
types/index.d.ts
@@ -44,7 +44,7 @@ export interface RenderOptions<
44
*/
45
container?: Container
46
/** Defaults to the container if the container is specified. Otherwise `document.body` is used for the default. This is used as
47
- * the base element for the queries as well as what is printed when you use debug().
+ * the base element for the queries as well as what is printed when you use `debug()`.
48
*
49
* [BaseElement](https://testing-library.com/docs/react-testing-library/api/#baseelement)
50
0 commit comments