Skip to content

Commit

Permalink
Fix typo in reference documentation for listen() (#3773)
Browse files Browse the repository at this point in the history
Refs: #3712
  • Loading branch information
tniessen committed Mar 15, 2022
1 parent 7b1b67e commit 54984e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Reference/Server.md
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ fastify.ready().then(() => {
#### listen
<a id="listen"></a>

Starts the server and internally waits for the the `.ready()` event. The
Starts the server and internally waits for the `.ready()` event. The
signature is `.listen([options][, callback])`. Both the `options` object and the
`callback` parameters follow the [Node.js
core][https://nodejs.org/api/net.html#serverlistenoptions-callback] parameter
Expand Down

0 comments on commit 54984e1

Please sign in to comment.