Skip to content

Commit 82363be

Browse files
missinglinktargos
authored andcommitted
doc: fix typo in dgram docs
PR-URL: #50211 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
1 parent 8c1a46c commit 82363be

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
@@ -904,7 +904,7 @@ to exclude the socket from the reference counting that keeps the Node.js
904904
process active, allowing the process to exit even if the socket is still
905905
listening.
906906

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

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

0 commit comments

Comments
 (0)