From d83cb48b3a2059abec3cfb800a65aa5c013d2be0 Mon Sep 17 00:00:00 2001 From: Daijiro Yamada Date: Sat, 12 Nov 2016 16:24:46 +0900 Subject: [PATCH] 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 Reviewed-By: Roman Reiss Reviewed-By: Anna Henningsen Reviewed-By: Luigi Pinca Reviewed-By: Shigeki Ohtsu --- doc/api/dns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/dns.md b/doc/api/dns.md index 95592f9cc3f144..bfb0074e3c68e4 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)