Skip to content

Commit e1d1834

Browse files
committed
doc: fix typo e.g., => e.g.
1 parent c184f22 commit e1d1834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/dns.md

Lines changed: 1 addition & 1 deletion
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)