Skip to content

Commit 88136dd

Browse files
Update content/faq/raw-body.md
1 parent b0a474a commit 88136dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/faq/raw-body.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class CatsController {
3535
}
3636
```
3737

38-
##### Registering a Different Parser Dynamically with Express Body Parser
38+
#### Registering a different parser
3939

4040
By default, only `json` and `urlencoded` parsers are registered. If you want to register a different parser on the fly, you will need to do so explicitly.
4141

0 commit comments

Comments
 (0)