Skip to content

Commit 6d0d4f1

Browse files
authored
Merge pull request #234 from jeremyckahn/patch-1
Fix grammatical error in reference-test-renderer.md
2 parents 162ce4f + 1388eb8 commit 6d0d4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference-test-renderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ The children test instances of this test instance.
244244

245245
You can pass `createNodeMock` function to `TestRenderer.create` as the option, which allows for custom mock refs.
246246
`createNodeMock` accepts the current element and should return a mock ref object.
247-
This is useful when you test a component rely on refs.
247+
This is useful when you test a component that relies on refs.
248248

249249
```javascript
250250
import TestRenderer from 'react-test-renderer';

0 commit comments

Comments
 (0)