Skip to content

Commit 5910742

Browse files
authored
docs: consistent note and example (fastify#4610)
1 parent 3f4bddf commit 5910742

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Reference/Server.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,8 @@ Fastify provides default error handlers for the most common use cases. It is
738738
possible to override one or more of those handlers with custom code using this
739739
option.
740740
741-
*Note: Only `FST_ERR_BAD_URL` is implemented at the moment.*
741+
*Note: Only `FST_ERR_BAD_URL` and `FST_ERR_ASYNC_CONSTRAINT` are implemented at
742+
the moment.*
742743
743744
```js
744745
const fastify = require('fastify')({

0 commit comments

Comments
 (0)