Minor grammatical fix CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6fd30366 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6fd30366 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/6fd30366 Branch: refs/heads/TINKERPOP-1996 Commit: 6fd30366ec55e72b1a0ab27185132113478dc2e8 Parents: e1d57d6 Author: Stephen Mallette <[email protected]> Authored: Mon Jul 16 15:47:08 2018 -0400 Committer: Stephen Mallette <[email protected]> Committed: Mon Jul 16 15:47:08 2018 -0400 ---------------------------------------------------------------------- docs/src/reference/gremlin-applications.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6fd30366/docs/src/reference/gremlin-applications.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/reference/gremlin-applications.asciidoc b/docs/src/reference/gremlin-applications.asciidoc index 0667ca9..f4f50c1 100644 --- a/docs/src/reference/gremlin-applications.asciidoc +++ b/docs/src/reference/gremlin-applications.asciidoc @@ -588,8 +588,8 @@ The Gremlin Server `:remote config` command for the driver has the following con !`reset` !Clears any aliases that were supplied in previous configurations of the remote. !`show` !Shows the current set of aliases which is returned as a `Map` !========================================================= -|timeout |Specifies the length of time in milliseconds a will wait for a response from the server. Specify "none" to -have no timeout. By default, this setting uses "none". +|timeout |Specifies the length of time in milliseconds the Console will wait for a response from the server. Specify +"none" to have no timeout. By default, this setting uses "none". |========================================================= [[console-aliases]]
