Skip to content

Commit

Permalink
Capitalize webpack in version 27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cambuchi committed Jan 28, 2022
1 parent 2eb2172 commit c5bd256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.2/GettingStarted.md
Expand Up @@ -141,7 +141,7 @@ While we generally recommend using the same version of every Jest package, this

### Using webpack

Jest can be used in projects that use [webpack](https://webpack.js.org/) to manage assets, styles, and compilation. webpack does offer some unique challenges over other tools. Refer to the [webpack guide](Webpack.md) to get started.
Jest can be used in projects that use [webpack](https://webpack.js.org/) to manage assets, styles, and compilation. Webpack does offer some unique challenges over other tools. Refer to the [webpack guide](Webpack.md) to get started.

### Using parcel

Expand Down

0 comments on commit c5bd256

Please sign in to comment.