diff --git a/doc/api/dgram.md b/doc/api/dgram.md index c46511994a72b9..1d804e82ab8f60 100644 --- a/doc/api/dgram.md +++ b/doc/api/dgram.md @@ -902,7 +902,7 @@ to exclude the socket from the reference counting that keeps the Node.js process active, allowing the process to exit even if the socket is still listening. -Calling `socket.unref()` multiple times will have no addition effect. +Calling `socket.unref()` multiple times will have no additional effect. The `socket.unref()` method returns a reference to the socket so calls can be chained.