You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by tv...@apache.org on 2018/11/26 15:02:21 UTC

[6/9] tomee git commit: Fixed the narrative

Fixed the narrative


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

Branch: refs/heads/master
Commit: 4d1df83058ddcc440ec3edf8c2f67246c9aa5130
Parents: c0127a2
Author: Richard Monson-Haefel <Ri...@Uncommon-Design.com>
Authored: Mon Nov 26 08:10:47 2018 -0600
Committer: Richard Monson-Haefel <Ri...@Uncommon-Design.com>
Committed: Mon Nov 26 08:10:47 2018 -0600

----------------------------------------------------------------------
 examples/cdi-request-scope/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/4d1df830/examples/cdi-request-scope/README.md
----------------------------------------------------------------------
diff --git a/examples/cdi-request-scope/README.md b/examples/cdi-request-scope/README.md
index 1b2aa49..1a05d1e 100644
--- a/examples/cdi-request-scope/README.md
+++ b/examples/cdi-request-scope/README.md
@@ -2,7 +2,7 @@ Title: CDI @RequestScoped
 
 This example show the use of `@RequestScoped` annotation for injected objects. An object
 which is defined as `@RequestScoped` is created once for every request and is shared by all the
-bean that inject it throughout a request.
+beans that inject it throughout a same request.
 
 # Example