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 2017/07/18 13:08:40 UTC

[03/50] [abbrv] tinkerpop git commit: TINKERPOP-1552 Minor dev docs formatting

TINKERPOP-1552 Minor dev docs formatting


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

Branch: refs/heads/master
Commit: 10b99048e5e2b13086c006462ef26d4c3e2a9908
Parents: 56d5af9
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu May 18 16:42:16 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Jul 13 13:46:48 2017 -0400

----------------------------------------------------------------------
 docs/src/dev/developer/development-environment.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/10b99048/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 d3eea8e..d3ce4bf 100644
--- a/docs/src/dev/developer/development-environment.asciidoc
+++ b/docs/src/dev/developer/development-environment.asciidoc
@@ -106,7 +106,7 @@ mvn clean install -pl gremlin-console -DskipIntegrationTests=false
 ~~~~~~~~~~~~~~~~
 
 The build optionally requires link:https://www.microsoft.com/net/core[.NET Core SDK] (>=1.1.0) to work with the
-gremlin-dotnet module. If .NET Core SDK is not installed, TinkerPop will still build with Maven, but .NET projects
+`gremlin-dotnet` module. If .NET Core SDK is not installed, TinkerPop will still build with Maven, but .NET projects
 will be skipped.
 
 `gremlin-dotnet` which also includes Gremlin-Csharp can be build and tested from the command line with:
@@ -114,7 +114,7 @@ will be skipped.
 [source,text]
 mvn clean install -Pgremlin-dotnet
 
-which enables the „gremlin-dotnet“ Maven profile or in a more automated fashion simply add a `.glv` file to the `src`
+which enables the "gremlin-dotnet" Maven profile or in a more automated fashion simply add a `.glv` file to the `src`
 and `test` directories of the `gremlin-dotnet` module  which will signify to Maven that the environment is .NET-ready.
 The `.glv` file need not have any contents and is ignored by Git. A standard `mvn clean install` will then build
 `gremlin-dotnet` in full.