Fixed spelling mistake in IO GraphSON docs CTR

Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1f56cb55
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1f56cb55
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/1f56cb55

Branch: refs/heads/TINKERPOP-1447
Commit: 1f56cb550c3732cb5f16d202124cd2ffe1d4b277
Parents: 231bbb6
Author: Stephen Mallette <[email protected]>
Authored: Fri Jan 19 15:42:54 2018 -0500
Committer: Stephen Mallette <[email protected]>
Committed: Fri Jan 19 15:42:54 2018 -0500

----------------------------------------------------------------------
 docs/src/dev/io/graphson.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/1f56cb55/docs/src/dev/io/graphson.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/io/graphson.asciidoc 
b/docs/src/dev/io/graphson.asciidoc
index efbaf9f..b769f61 100644
--- a/docs/src/dev/io/graphson.asciidoc
+++ b/docs/src/dev/io/graphson.asciidoc
@@ -79,7 +79,7 @@ file.withWriter { writer ->
   writer.write("~~~~~~~~~~~~~~~\n\n")
   msg = 
ResponseMessage.build(UUID.fromString("41d2e28a-20a4-4ab0-b379-d810dede3786")).
                         
code(org.apache.tinkerpop.gremlin.driver.message.ResponseStatusCode.AUTHENTICATE).create()
-  writer.write(toJson(msg, "Authentication Challenge", "When authentication is 
enabled, an initial request to the server will result in an authentication 
challenge. The typical response message will appear as follows, but handling it 
could be different dependending on the SASL implementation (e.g. multiple 
challenges maybe requested in some cases, but no in the default provided by 
Gremlin Server)."))
+  writer.write(toJson(msg, "Authentication Challenge", "When authentication is 
enabled, an initial request to the server will result in an authentication 
challenge. The typical response message will appear as follows, but handling it 
could be different dependending on the SASL implementation (e.g. multiple 
challenges maybe requested in some cases, but not in the default provided by 
Gremlin Server)."))
   msg = 
ResponseMessage.build(UUID.fromString("41d2e28a-20a4-4ab0-b379-d810dede3786")).
                         
code(org.apache.tinkerpop.gremlin.driver.message.ResponseStatusCode.SUCCESS).
                         result(Arrays.asList(graph.vertices().next())).create()

Reply via email to