Skip to content

Commit aca0ede

Browse files
dorako321MylesBorins
authored andcommitted
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 c799793 commit aca0ede

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
@@ -256,7 +256,7 @@ added: v0.1.90
256256
Uses the DNS protocol to resolve name server records (`NS` records) for the
257257
`hostname`. The `addresses` argument passed to the `callback` function will
258258
contain an array of name server records available for `hostname`
259-
(e.g., `['ns1.example.com', 'ns2.example.com']`).
259+
(e.g. `['ns1.example.com', 'ns2.example.com']`).
260260

261261
## dns.resolveSoa(hostname, callback)
262262
<!-- YAML

0 commit comments

Comments
 (0)