Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
rayhatfield committed Jun 7, 2016
1 parent 0f85833 commit 6cdaa06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ If you are using a test runner that runs code in a browser-based environment, yo
[webpack]() in order to bundle your React code.

Webpack uses static analysis to create a dependency graph at build-time of your source code to
build a bundle. Enzyme has a hand full of conditional `require()` calls in it in order to remain
build a bundle. Enzyme has a handful of conditional `require()` calls in it in order to remain
compatible with React 0.13 and React 0.14.

Unfortunately, these conditional requires mean there is a bit of extra setup with bundlers like
Expand Down

0 comments on commit 6cdaa06

Please sign in to comment.