Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
'settig' -> 'setting'
  • Loading branch information
dlarocque authored May 24, 2024
1 parent f8cd9a0 commit 4db4901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The first preproccessor triggers the build of all the bundles/chunks and all fol

By default karma-webpack forces *.js files so if you test *.ts files and use webpack to build typescript to javascript it works out of the box.

If you have a different need you can override by settig `webpack.transformPath`
If you have a different need you can override by setting `webpack.transformPath`

```js
// this is the by default applied transformPath
Expand Down

0 comments on commit 4db4901

Please sign in to comment.