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 2019/05/08 19:11:50 UTC

[tinkerpop] branch master updated: Fixed text formatting CTR

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new beae963  Fixed text formatting CTR
     new 48e44b2  Merge branch 'tp33'
beae963 is described below

commit beae963e7a00c544dc8ca6a6e4b346e075eac27c
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Wed May 8 15:11:01 2019 -0400

    Fixed text formatting CTR
---
 docs/src/dev/developer/development-environment.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/dev/developer/development-environment.asciidoc b/docs/src/dev/developer/development-environment.asciidoc
index 28183d9..ec1c8d3 100644
--- a/docs/src/dev/developer/development-environment.asciidoc
+++ b/docs/src/dev/developer/development-environment.asciidoc
@@ -327,6 +327,6 @@ that:
 . `File | Settings | Compiler | Annotation Processors` has the checkbox with the "Enable annotation processing" checked.
 Intellij should be able to detect the processor automatically on build.
 . The `gremlin-core/target` directory should not be hidden and `target/classes`, `target/generated-sources` and
-`target/generated-test-sources should be marked as "Generated Sources Root". If they are not setup that way by
+`target/generated-test-sources` should be marked as "Generated Sources Root". If they are not setup that way by
 Intellij by default then simply right-click on them use the "Mark Directory with" option to make the appropriate
 selections.