Skip to content

Commit 7a6e935

Browse files
authored
docs: update api-reference.md (#872)
1 parent e2461ca commit 7a6e935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ variable to `true` before importing `@testing-library/react-hooks` will also dis
327327
If you are using [a pure import](/installation#pure-imports), you are running your tests in an
328328
environment that does not support `beforeEach` and `afterEach`, or if the automatic suppression is
329329
not available to you for some other reason, then you can use the `suppressErrorOutput` export to
330-
manually start and top suppress the output:
330+
manually start and stop suppressing the output:
331331
332332
```ts
333333
import { renderHook, suppressErrorOutput } from '@testing-library/react-hooks/pure'

0 commit comments

Comments
 (0)