We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2461ca commit 7a6e935Copy full SHA for 7a6e935
docs/api-reference.md
@@ -327,7 +327,7 @@ variable to `true` before importing `@testing-library/react-hooks` will also dis
327
If you are using [a pure import](/installation#pure-imports), you are running your tests in an
328
environment that does not support `beforeEach` and `afterEach`, or if the automatic suppression is
329
not available to you for some other reason, then you can use the `suppressErrorOutput` export to
330
-manually start and top suppress the output:
+manually start and stop suppressing the output:
331
332
```ts
333
import { renderHook, suppressErrorOutput } from '@testing-library/react-hooks/pure'
0 commit comments