Skip to content

Commit 61ab53c

Browse files
dangerismycatKent C. Dodds
authored and
Kent C. Dodds
committed
Remove extraneous apostrophe in "its" (#112)
1 parent cea3c38 commit 61ab53c

File tree

1 file changed

+1
-1
lines changed
  • docs/react-testing-library

1 file changed

+1
-1
lines changed

docs/react-testing-library/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ default to `document.body`.
159159

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

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

0 commit comments

Comments
 (0)