From 803f1d46c74a16e37eba53f70ff9f65ff785eeb8 Mon Sep 17 00:00:00 2001 From: Ryan James Date: Fri, 17 May 2019 14:41:48 -0700 Subject: [PATCH] Remove extraneous apostrophe in "its" --- docs/react-testing-library/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/react-testing-library/api.md b/docs/react-testing-library/api.md index fb7d363cf..580ab6cf2 100644 --- a/docs/react-testing-library/api.md +++ b/docs/react-testing-library/api.md @@ -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.