Browse Source

doc: Fix typo in dns.resolveSrv docs

Signed-off-by: Fedor Indutny <fedor@indutny.com>
archived-io.js-v0.10
Euan 11 years ago
committed by Fedor Indutny
parent
commit
5413d9abe0
  1. 2
      doc/api/dns.markdown

2
doc/api/dns.markdown

@ -105,7 +105,7 @@ treated separately.
The same as `dns.resolve()`, but only for service records (`SRV` records). The same as `dns.resolve()`, but only for service records (`SRV` records).
`addresses` is an array of the SRV records available for `hostname`. Properties `addresses` is an array of the SRV records available for `hostname`. Properties
of SRV records are priority, weight, port, and name (e.g., 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) ## dns.resolveSoa(hostname, callback)

Loading…
Cancel
Save