Skip to content

Commit d83cb48

Browse files
dorako321addaleax
authored andcommittedNov 22, 2016
doc: fix typo e.g., => e.g.
Fixes: nodejs/code-and-learn#58 PR-URL: #9563 Reviewed-By: Yosuke Furukawa <[email protected]> Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Shigeki Ohtsu <[email protected]>
1 parent d532a57 commit d83cb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/dns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ added: v0.1.90
260260
Uses the DNS protocol to resolve name server records (`NS` records) for the
261261
`hostname`. The `addresses` argument passed to the `callback` function will
262262
contain an array of name server records available for `hostname`
263-
(e.g., `['ns1.example.com', 'ns2.example.com']`).
263+
(e.g. `['ns1.example.com', 'ns2.example.com']`).
264264

265265
## dns.resolveSoa(hostname, callback)
266266
<!-- YAML

0 commit comments

Comments
 (0)
Please sign in to comment.