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 bfe805c commit 69cabe7Copy full SHA for 69cabe7
docs/react-testing-library/api.md
@@ -159,7 +159,7 @@ default to `document.body`.
159
160
This is useful when the component you want to test renders something outside the
161
container div, e.g. when you want to snapshot test your portal component which
162
-renders it's HTML directly in the body.
+renders its HTML directly in the body.
163
164
> Note: the queries returned by the `render` looks into baseElement, so you can
165
> use queries to test your portal component without the baseElement.
0 commit comments