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:18 UTC

[3/9] tomee git commit: Fixed some text

Fixed some text


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

Branch: refs/heads/master
Commit: 0c7d0f89fb8874a39501f16ff8ffd94367942e8e
Parents: e736359
Author: Richard Monson-Haefel <Ri...@Uncommon-Design.com>
Authored: Wed Nov 21 07:13:46 2018 -0600
Committer: Richard Monson-Haefel <Ri...@Uncommon-Design.com>
Committed: Wed Nov 21 07:13:46 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/0c7d0f89/examples/cdi-events/README.md
----------------------------------------------------------------------
diff --git a/examples/cdi-events/README.md b/examples/cdi-events/README.md
index 5e4801d..bfe62fc 100644
--- a/examples/cdi-events/README.md
+++ b/examples/cdi-events/README.md
@@ -26,7 +26,7 @@ The test itself (`EventTest`) simply verifies the dates were received.
 
 # Conclusion
 
-CDI let's implement very easily plugins through this event mecanism.
+CDI let's you implement very easily plugins through this event mecanism.
 
 If you go further and look at CDI plugin API you'll realize it is simply the same kind
 of events. CDI events is really the basis of CDI.