From d8eabe94f93ed8a3322f01e4c66dc6fc906a17b3 Mon Sep 17 00:00:00 2001 From: Riley Banks Date: Tue, 7 Jul 2015 21:15:12 +0100 Subject: [PATCH] Minor documentation fix "is" was missing and since the prefix is a required part of the URI, "host" isn't the only required part. --- source/reference/connection-string.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/connection-string.txt b/source/reference/connection-string.txt index e84812cca9c..8a589ef874f 100644 --- a/source/reference/connection-string.txt +++ b/source/reference/connection-string.txt @@ -44,7 +44,7 @@ The components of this string are: #. ``host1`` - This the only required part of the URI. It identifies a server + This is the second and final required part of the URI. It identifies a server address to connect to. It identifies either a hostname, IP address, or UNIX domain socket.