Repository: tinkerpop
Updated Branches:
  refs/heads/master 4788420bf -> 5f95ba414


Grammar CTR


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

Branch: refs/heads/master
Commit: 5a37ee4354a02486221db48ccfda94e36f44ef22
Parents: d5b6ebb
Author: Robert Dale <robd...@gmail.com>
Authored: Wed Jan 24 08:44:18 2018 -0500
Committer: Robert Dale <robd...@gmail.com>
Committed: Wed Jan 24 08:44:18 2018 -0500

----------------------------------------------------------------------
 docs/src/dev/developer/development-environment.asciidoc | 2 +-
 docs/src/dev/io/graphson.asciidoc                       | 2 +-
 docs/src/dev/provider/index.asciidoc                    | 2 +-
 docs/src/reference/gremlin-applications.asciidoc        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a37ee43/docs/src/dev/developer/development-environment.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/developer/development-environment.asciidoc 
b/docs/src/dev/developer/development-environment.asciidoc
index 52542f8..0bb6b0e 100644
--- a/docs/src/dev/developer/development-environment.asciidoc
+++ b/docs/src/dev/developer/development-environment.asciidoc
@@ -258,7 +258,7 @@ Projects" side panel, right click the `gremlin-shaded` 
module and select "Ignore
 . At this point it should be possible to compile and run the tests within 
Intellij, but in the worst case, use
 `File | Invalidate Caches/Restart` to ensure that indices properly rebuild.
 
-Note that it maybe be necessary to re-execute these steps if the 
`gremlin-shaded` `pom.xml` is ever updated.
+Note that it may be necessary to re-execute these steps if the 
`gremlin-shaded` `pom.xml` is ever updated.
 
 Developers working on the `neo4j-gremlin` module should enabled the 
`include-neo4j` Maven profile in Intellij.
 This will ensure that tests will properly execute within the IDE.

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a37ee43/docs/src/dev/io/graphson.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/io/graphson.asciidoc 
b/docs/src/dev/io/graphson.asciidoc
index 7324cee..c120634 100644
--- a/docs/src/dev/io/graphson.asciidoc
+++ b/docs/src/dev/io/graphson.asciidoc
@@ -4086,7 +4086,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 may be requested in some cases, but 
not in the default provided by Gremlin Server).
 
 [source,json]
 ----

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a37ee43/docs/src/dev/provider/index.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/provider/index.asciidoc 
b/docs/src/dev/provider/index.asciidoc
index 926602a..5bc4d9e 100644
--- a/docs/src/dev/provider/index.asciidoc
+++ b/docs/src/dev/provider/index.asciidoc
@@ -1154,7 +1154,7 @@ Note that the plugin provides a unique name for the 
plugin which follows a names
 (e.g. "tinkerpop.hadoop" - "tinkerpop" is the reserved namespace for TinkerPop 
maintained plugins). To make TinkerGraph
 classes available to the Console, the `PluginAcceptor` is given a `Set` of 
imports to provide to the plugin host.  The
 `PluginAcceptor` essentially behaves as an abstraction to the "host" that is 
handling the `GremlinPlugin`.  `GremlinPlugin`
-implementations maybe hosted by the Console as well as the `ScriptEngine` in 
Gremlin Server.  Obviously, registering
+implementations may be hosted by the Console as well as the `ScriptEngine` in 
Gremlin Server.  Obviously, registering
 new commands and other operations that are specific to the Groovy Shell don't 
make sense there.  Write the code for
 the plugin defensively by checking the `GremlinPlugin.env` key in the 
`PluginAcceptor.environment()` to understand
 which environment the plugin is being used in.

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5a37ee43/docs/src/reference/gremlin-applications.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/gremlin-applications.asciidoc 
b/docs/src/reference/gremlin-applications.asciidoc
index df05ead..92bfef7 100644
--- a/docs/src/reference/gremlin-applications.asciidoc
+++ b/docs/src/reference/gremlin-applications.asciidoc
@@ -977,7 +977,7 @@ $ bin/gremlin-server.sh conf/gremlin-server-modern.yaml
 
 To configure a "remote" traversal, there first needs to be a 
`TraversalSource`. A `TraversalSource` can be generated
 from any `Graph` instance with the `traversal()` method. Of course, any 
traversals generated from this source using the
-`withRemote()` configuration option will not execute against the local graph. 
That could be confusing and it maybe be
+`withRemote()` configuration option will not execute against the local graph. 
That could be confusing and it may be
 easier to think of the local graph as being "empty". To that end, it is 
recommended that when using `withRemote()`,
 the `TraversalSource` be generated with `EmptyGraph` as follows:
 

Reply via email to