Skip to content

Commit

Permalink
fix(doc): typo & writing style touch-up (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
dusandz authored and RomainLanz committed Dec 18, 2018
1 parent f799b35 commit 3934a85
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/bodyParser.js
Expand Up @@ -27,8 +27,8 @@ module.exports = {
| strict
|--------------------------------------------------------------------------
|
| When `scrict` is set to true, body parser will only parse Arrays and
| Object. Otherwise everything parseable by `JSON.parse` is parsed.
| When `strict` is set to true, body parser will only parse Arrays and
| Object. Otherwise everything parsable by `JSON.parse` is parsed.
|
*/
strict: true,
Expand All @@ -39,7 +39,7 @@ module.exports = {
|--------------------------------------------------------------------------
|
| Which content types are processed as JSON payloads. You are free to
| add your own types here, but the request body should be parseable
| add your own types here, but the request body should be parsable
| by `JSON.parse` method.
|
*/
Expand Down Expand Up @@ -119,7 +119,7 @@ module.exports = {
| manually process the files when required.
|
| This value can contain a boolean or an array of route patterns
| to be autoprocessed.
| to be auto-processed.
*/
autoProcess: true,

Expand All @@ -143,7 +143,7 @@ module.exports = {
| Define a function, which should return a string to be used as the
| tmp file name.
|
| If not defined, Bodyparser will use `uuid` as the tmp file name.
| If not defined, BodyParser will use `uuid` as the tmp file name.
|
| To be defined as. If you are defining the function, then do make sure
| to return a value from it.
Expand Down

0 comments on commit 3934a85

Please sign in to comment.