summaryrefslogtreecommitdiff
path: root/doc/api/dns.md
diff options
context:
space:
mode:
authorDaijiro Yamada <yamad@daiji.ro>2016-11-12 16:24:46 +0900
committerShigeki Ohtsu <ohtsu@ohtsu.org>2016-11-14 00:57:13 +0900
commit195989d3a3057c54da49b16276151a47a54e500d (patch)
tree85f420425006a447d3706a6420774c2242b467a5 /doc/api/dns.md
parent8eb19c48fa8f69e284a04a02cfd16f06c67f51e0 (diff)
downloadandroid-node-v8-195989d3a3057c54da49b16276151a47a54e500d.tar.gz
android-node-v8-195989d3a3057c54da49b16276151a47a54e500d.tar.bz2
android-node-v8-195989d3a3057c54da49b16276151a47a54e500d.zip
doc: fix typo e.g., => e.g.
Fixes: https://github.com/nodejs/code-and-learn/issues/58 PR-URL: https://github.com/nodejs/node/pull/9563 Reviewed-By: Yosuke Furukawa <yosuke.furukawa@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
Diffstat (limited to 'doc/api/dns.md')
-rw-r--r--doc/api/dns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/dns.md b/doc/api/dns.md
index 95592f9cc3..bfb0074e3c 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -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