From 3ed05e2a43e4a5334465f958dc2418b280ee0b30 Mon Sep 17 00:00:00 2001 From: Dan Frost Date: Wed, 26 Nov 2014 11:42:02 +0000 Subject: [PATCH] docs: intro/services: minor fixes --- website/source/intro/getting-started/services.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/intro/getting-started/services.html.markdown b/website/source/intro/getting-started/services.html.markdown index 9b5e212bc9..a2839af5a0 100644 --- a/website/source/intro/getting-started/services.html.markdown +++ b/website/source/intro/getting-started/services.html.markdown @@ -67,9 +67,9 @@ service using either the DNS or HTTP API. Let's first query it using the DNS API. For the DNS API, the DNS name for services is `NAME.service.consul`. All DNS names are always in the -`consul` namespace. The `service` subdomain on that tells Consul we're -querying services, and the `NAME` is the name of the service. For the -web service we registered, that would be `web.service.consul`: +`consul` namespace. The `service` subdomain tells Consul we're querying +services, and the `NAME` is the name of the service. For the web service +we registered, that would be `web.service.consul`: ```text $ dig @127.0.0.1 -p 8600 web.service.consul