website: Fixing documentation bug

This commit is contained in:
Armon Dadgar 2015-03-05 15:04:40 -08:00
parent 288cb464a8
commit d246b297c6
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ Just like querying services, Consul has an API for querying the
nodes themselves. You can do this via the DNS or HTTP API.
For the DNS API, the structure of the names is `NAME.node.consul` or
`NAME.DATACENTER.node.consul`. If the datacenter is omitted, Consul
`NAME.node.DATACENTER.consul`. If the datacenter is omitted, Consul
will only search the local datacenter.
From "agent-one", query "agent-two":