Skip to content

Commit 26269f4

Browse files
author
Simon Mollweide
committed
[fix] clean package-lock and fix typo
1 parent 2c0ccf5 commit 26269f4

File tree

3 files changed

+364
-536
lines changed

3 files changed

+364
-536
lines changed

doc/readme-middleware.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ The middleware function will be called, in case of "middleware" is selected. It'
99

1010
See [node-mock-server options](/doc/readme-options.md)
1111

12-
## Parameter[1] responseOptions
12+
## Parameter[1] requestOptions
1313

14-
| attribute | type | description |
15-
| ------------- | ------------- | ----- |
16-
| req | Object | The (request object)[http://expressjs.com/en/api.html#req]. |
17-
| res | Object | The (response object)[http://expressjs.com/en/api.html#res]. |
18-
| method | string | Contains a string corresponding to the HTTP method of the request: GET, POST, PUT, and so on. |
19-
| dir | string | The directory of selected response |
20-
| preferences | Object | The preferences object |
14+
| attribute | type | description |
15+
| ----------- | ------ | --------------------------------------------------------------------------------------------- |
16+
| req | Object | The (request object)[http://expressjs.com/en/api.html#req]. |
17+
| res | Object | The (response object)[http://expressjs.com/en/api.html#res]. |
18+
| method | string | Contains a string corresponding to the HTTP method of the request: GET, POST, PUT, and so on. |
19+
| dir | string | The directory of selected response |
20+
| preferences | Object | The preferences object |

0 commit comments

Comments
 (0)