Skip to content

Commit

Permalink
Fix typo in README: confiugrations -> configurations (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpehrson authored and shellscape committed Oct 5, 2017
1 parent 441335c commit 4bb8bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -143,7 +143,7 @@ In the server-side rendering mode, __webpack-dev-middleware__ sets the `stat` to
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.

```javascript
// This function makes server rendering of asset references consistent with different webpack chunk/entry confiugrations
// This function makes server rendering of asset references consistent with different webpack chunk/entry configurations
function normalizeAssets(assets) {
return Array.isArray(assets) ? assets : [assets]
}
Expand Down

0 comments on commit 4bb8bd7

Please sign in to comment.