Skip to content

Commit ffa9461

Browse files
missinglinktargos
authored andcommitted
doc: fix typo in dgram docs
PR-URL: #50211 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
1 parent f37b577 commit ffa9461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/dgram.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ to exclude the socket from the reference counting that keeps the Node.js
902902
process active, allowing the process to exit even if the socket is still
903903
listening.
904904

905-
Calling `socket.unref()` multiple times will have no addition effect.
905+
Calling `socket.unref()` multiple times will have no additional effect.
906906

907907
The `socket.unref()` method returns a reference to the socket so calls can be
908908
chained.

0 commit comments

Comments
 (0)