Author: gavin.king(a)jboss.com
Date: 2009-11-09 02:50:48 -0500 (Mon, 09 Nov 2009)
New Revision: 4837
Modified:
doc/trunk/reference/en-US/injection.xml
Log:
minor revs
Modified: doc/trunk/reference/en-US/injection.xml
===================================================================
--- doc/trunk/reference/en-US/injection.xml 2009-11-09 07:50:27 UTC (rev 4836)
+++ doc/trunk/reference/en-US/injection.xml 2009-11-09 07:50:48 UTC (rev 4837)
@@ -5,7 +5,7 @@
<para>
One of the most significant features of CDI, certainly the most recognized, is
dependency injection; but not just
- dependency injection—<emphasis>type-safe</emphasis>
dependency injection. In this chapter, you'll learn how
+ dependency injection—<emphasis>typesafe</emphasis> dependency
injection. In this chapter, you'll learn how
CDI is able to leverage the Java type system and annotations into a dependency
injection strategy that is both
strongly typed and keeps the bean implementation hidden from its clients.
</para>
Show replies by date