diff --git a/spring-framework-reference/src/beans.xml b/spring-framework-reference/src/beans.xml index cfe8fc2fcfa9bd4a14b84b2b3fdf8325c0ba565a..fab3b338f704072729ea710b2f523faf19e86165 100644 --- a/spring-framework-reference/src/beans.xml +++ b/spring-framework-reference/src/beans.xml @@ -3667,7 +3667,7 @@ public final class Boot { When an ApplicationContext creates a class that implements the - org.springframework.contxt.ApplicationContextAware + org.springframework.context.ApplicationContextAware interface, the class is provided with a reference to that ApplicationContext. @@ -4532,7 +4532,7 @@ dataSource.url=jdbc:mysql:mydb annotated classes are no longer POJOs and further more that the configuration becomes decentralized and harder to control. - No matter the choice, Spring can accomodate both styles and even + No matter the choice, Spring can accommodate both styles and even mix them together. It's worth pointing out that through its JavaConfig option, Spring allows annotations to be used in a non-invasive way, without touching the target components @@ -6715,8 +6715,8 @@ public class AppConfig { - Behaviour could be different according to the scope - of your bean. We are talking here about Singletons. + The behavior could be different according to the scope + of your bean. We are talking about singletons here.