Skip to content

Commit 5413d9a

Browse files
euankindutny
authored andcommitted
doc: Fix typo in dns.resolveSrv docs
Signed-off-by: Fedor Indutny <fedor@indutny.com>
1 parent 1cd48c7 commit 5413d9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/dns.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ treated separately.
105105
The same as `dns.resolve()`, but only for service records (`SRV` records).
106106
`addresses` is an array of the SRV records available for `hostname`. Properties
107107
of SRV records are priority, weight, port, and name (e.g.,
108-
`[{'priority': 10, {'weight': 5, 'port': 21223, 'name': 'service.example.com'}, ...]`).
108+
`[{'priority': 10, 'weight': 5, 'port': 21223, 'name': 'service.example.com'}, ...]`).
109109

110110
## dns.resolveSoa(hostname, callback)
111111

0 commit comments

Comments
 (0)