Skip to content

Commit b87c30c

Browse files
committed
docs: fix wording in Renderer docs around bundlers
1 parent 83b85c2 commit b87c30c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ The standard import looks like:
5757
import { renderHook } from '@testing-library/react-hooks'
5858
```
5959

60-
> Note: The auto detection function may not work if tests are bundles before execution (e.g. to be
61-
> run in a browser)
60+
> Note: The auto detection function may not work if tests are being bundled (e.g. to be run in a
61+
> browser)
6262
6363
### Act
6464

0 commit comments

Comments
 (0)