Skip to content

Commit 4bb8bd7

Browse files
dpehrsonshellscape
authored andcommitted
Fix typo in README: confiugrations -> configurations (#220)
1 parent 441335c commit 4bb8bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ In the server-side rendering mode, __webpack-dev-middleware__ sets the `stat` to
143143
Notice that requests for bundle files would still be responded by __webpack-dev-middleware__ and all requests will be pending until the building process is finished in the server-side rendering mode.
144144

145145
```javascript
146-
// This function makes server rendering of asset references consistent with different webpack chunk/entry confiugrations
146+
// This function makes server rendering of asset references consistent with different webpack chunk/entry configurations
147147
function normalizeAssets(assets) {
148148
return Array.isArray(assets) ? assets : [assets]
149149
}

0 commit comments

Comments
 (0)