You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2018/07/16 19:47:56 UTC

tinkerpop git commit: Minor grammatical fix CTR

Repository: tinkerpop
Updated Branches:
  refs/heads/tp32 e1d57d6e0 -> 6fd30366e


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/tp32
Commit: 6fd30366ec55e72b1a0ab27185132113478dc2e8
Parents: e1d57d6
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Jul 16 15:47:08 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
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]]