Github user robertdale commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/784#discussion_r163528577
--- Diff: docs/src/dev/io/graphson.asciidoc ---
@@ -1279,7 +1270,7 @@ The following `RequestMessage` is an example of a
sessionless request for a scri
==== 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).
+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).
--- End diff --
Was this meant to be changed?
---