Skip to content

Commit 886e6cc

Browse files
nmenglundTimer
authored andcommitted
Fixed typo in webpack.config.dev.js (facebook#3601)
Replaced `it's` with `its`
1 parent 266cbd5 commit 886e6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack.config.dev.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ module.exports = {
220220
// that fall through the other loaders.
221221
{
222222
// Exclude `js` files to keep "css" loader working as it injects
223-
// it's runtime that would otherwise processed through "file" loader.
223+
// its runtime that would otherwise processed through "file" loader.
224224
// Also exclude `html` and `json` extensions so they get processed
225225
// by webpacks internal loaders.
226226
exclude: [/\.(js|jsx|mjs)$/, /\.html$/, /\.json$/],

0 commit comments

Comments
 (0)