Skip to content

Commit 50b1721

Browse files
committed
fix: markdown lint
1 parent 2a4cbe7 commit 50b1721

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Reference/Server.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -735,10 +735,10 @@ fastify.get('/user/:id(^([0-9]+){4}$)', (request, reply) => {
735735
### `buildPrettyMeta`
736736
<a id="build-pretty-meta"></a>
737737
738-
Fastify uses [find-my-way](https://github.com/delvedor/find-my-way) which supports,
739-
`buildPrettyMeta` where you can assign a `buildPrettyMeta` function to sanitize a
740-
route's store object to use with the `prettyPrint` functions. This function should
741-
accept a single object and return an object.
738+
Fastify uses [find-my-way](https://github.com/delvedor/find-my-way) which
739+
supports, `buildPrettyMeta` where you can assign a `buildPrettyMeta`
740+
function to sanitize a route's store object to use with the `prettyPrint`
741+
functions. This function should accept a single object and return an object.
742742

743743
```js
744744
fastify.get('/user/:username', (request, reply) => {

0 commit comments

Comments
 (0)