Skip to content

Commit 441335c

Browse files
eugeniaguerreroshellscape
authored andcommitted
Grammatical fixes (#213)
* Grammatical fixes * Update README.md * Updates with suggested changes
1 parent 762797e commit 441335c

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
@@ -138,7 +138,7 @@ This part shows how you might interact with the middleware during runtime:
138138

139139
In order to develop a server-side rendering application, we need access to the [`stats`](https://github.com/webpack/docs/wiki/node.js-api#stats), which is generated with the latest build.
140140

141-
In the server-side rendering mode, __webpack-dev-middleware__ would sets the `stat` to `res.locals.webpackStats` before invoking the next middleware, where we can render pages and response to clients.
141+
In the server-side rendering mode, __webpack-dev-middleware__ sets the `stat` to `res.locals.webpackStats` before invoking the next middleware, allowing a developer to render the page body and manage the response to clients.
142142

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

0 commit comments

Comments
 (0)