From 5413d9abe0df7e22bdb650a65f4c0ac462bbe147 Mon Sep 17 00:00:00 2001 From: Euan Date: Wed, 4 Jun 2014 20:15:22 -0400 Subject: [PATCH] doc: Fix typo in dns.resolveSrv docs Signed-off-by: Fedor Indutny --- doc/api/dns.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/dns.markdown b/doc/api/dns.markdown index 211ac092b5a..0221a7e5c00 100644 --- a/doc/api/dns.markdown +++ b/doc/api/dns.markdown @@ -105,7 +105,7 @@ treated separately. The same as `dns.resolve()`, but only for service records (`SRV` records). `addresses` is an array of the SRV records available for `hostname`. Properties of SRV records are priority, weight, port, and name (e.g., -`[{'priority': 10, {'weight': 5, 'port': 21223, 'name': 'service.example.com'}, ...]`). +`[{'priority': 10, 'weight': 5, 'port': 21223, 'name': 'service.example.com'}, ...]`). ## dns.resolveSoa(hostname, callback)