Skip to content

Commit 876f87d

Browse files
author
Kent C. Dodds
committed
docs: fix typos
1 parent ba80f94 commit 876f87d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,8 @@ test('can fill in the form after loaded', async () => {
547547
> [Read full docs from `dom-testing-library`](https://github.com/kentcdodds/dom-testing-library/blob/master/README.md#within-and-getqueriesforelement-apis)
548548
549549
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
552552
an element only within a particular section of the page. within is a helper
553553
function for this case.
554554

0 commit comments

Comments
 (0)