You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2018/12/06 22:23:23 UTC

[19/27] tomee git commit: TOMEE-2326 - Address review requests

TOMEE-2326 - Address review requests

Signed-off-by: brunobat <br...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/70eb624a
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/70eb624a
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/70eb624a

Branch: refs/heads/master
Commit: 70eb624a0bc9fcc2a14cb00303676f5027c67857
Parents: fed4550
Author: brunobat <br...@gmail.com>
Authored: Thu Dec 6 15:04:19 2018 +0000
Committer: brunobat <br...@gmail.com>
Committed: Thu Dec 6 15:04:19 2018 +0000

----------------------------------------------------------------------
 examples/README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/70eb624a/examples/README.adoc
----------------------------------------------------------------------
diff --git a/examples/README.adoc b/examples/README.adoc
index 294453e..62b0ee7 100644
--- a/examples/README.adoc
+++ b/examples/README.adoc
@@ -1,14 +1,14 @@
 = TomEE Examples
 
-These examples demonstrate particular features of the JEE ecosystem to help
+These examples demonstrate particular features of the Java EE ecosystem to help
 developers in the creation of their own applications.
 
 The idea is that each example focuses in a very specific framework feature and
-demonstrates it's usage and behaviour in a simple way.
+demonstrates its usage and behaviour in a simple way.
 
 == Rules to create a new example.
 
-* Demo just one feaure with simple business logic.
+* Demo just one feature with simple business logic.
 * Don't use more than 4 names in the example's name.
 Like in the _cdi-basic_ example where @Inject is demontrated in the _Course_ class.
 * If your example has already 1000 lines, consider either simplifying it or split it.