We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 162ce4f + 1388eb8 commit 6d0d4f1Copy full SHA for 6d0d4f1
content/docs/reference-test-renderer.md
@@ -244,7 +244,7 @@ The children test instances of this test instance.
244
245
You can pass `createNodeMock` function to `TestRenderer.create` as the option, which allows for custom mock refs.
246
`createNodeMock` accepts the current element and should return a mock ref object.
247
-This is useful when you test a component rely on refs.
+This is useful when you test a component that relies on refs.
248
249
```javascript
250
import TestRenderer from 'react-test-renderer';
0 commit comments