diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index 58ab204d3955..2307978d68c5 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -125,7 +125,7 @@ Most of the time you do not need to do anything special to work with different b ### 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 Vite