You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -547,8 +547,8 @@ test('can fill in the form after loaded', async () => {
547
547
> [Read full docs from `dom-testing-library`](https://github.com/kentcdodds/dom-testing-library/blob/master/README.md#within-and-getqueriesforelement-apis)
548
548
549
549
The queries returned from `render` are scoped to the entire page. Sometimes,
550
-
there is no garauntee that the text, placeholder, or label you want to query is
551
-
unique on the page. So you might want to explicity tell react-render-dom to get
550
+
there is no guarantee that the text, placeholder, or label you want to query is
551
+
unique on the page. So you might want to explicitly tell react-render-dom to get
552
552
an element only within a particular section of the page. within is a helper
0 commit comments