Skip to content

Commit 0e03b6f

Browse files
Update content/faq/raw-body.md
1 parent ce835ca commit 0e03b6f

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
@@ -79,7 +79,7 @@ class CatsController {
7979
}
8080
```
8181

82-
##### Registering a Different Parser Dynamically with Fastify Body Parser
82+
#### Registering a different parser
8383

8484
By default, only `application/json` and `application/x-www-form-urlencoded` parsers are registered. If you want to register a different parser on the fly, you will need to do so explicitly.
8585

0 commit comments

Comments
 (0)