Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove extraneous apostrophe in "its"
  • Loading branch information
dangerismycat authored May 17, 2019
commit 803f1d46c74a16e37eba53f70ff9f65ff785eeb8
2 changes: 1 addition & 1 deletion docs/react-testing-library/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ default to `document.body`.

This is useful when the component you want to test renders something outside the
container div, e.g. when you want to snapshot test your portal component which
renders it's HTML directly in the body.
renders its HTML directly in the body.

> Note: the queries returned by the `render` looks into baseElement, so you can
> use queries to test your portal component without the baseElement.
Expand Down