Skip to content

Commit

Permalink
doc: fix typo e.g., => e.g.
Browse files Browse the repository at this point in the history
  • Loading branch information
dorako321 committed Nov 13, 2016
1 parent c184f22 commit e1d1834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ added: v0.1.90
Uses the DNS protocol to resolve name server records (`NS` records) for the
`hostname`. The `addresses` argument passed to the `callback` function will
contain an array of name server records available for `hostname`
(e.g., `['ns1.example.com', 'ns2.example.com']`).
(e.g. `['ns1.example.com', 'ns2.example.com']`).

## dns.resolveSoa(hostname, callback)
<!-- YAML
Expand Down

0 comments on commit e1d1834

Please sign in to comment.