diff --git a/spring-framework-reference/src/beans.xml b/spring-framework-reference/src/beans.xml index 7b5bddb6eab..3716d9ccbf2 100644 --- a/spring-framework-reference/src/beans.xml +++ b/spring-framework-reference/src/beans.xml @@ -6437,10 +6437,10 @@ public class FactoryMethodComponent { } } - This class is a Spring component and has appliation specific code + This class is a Spring component and has application specific code contained in its DoWork method. However, it - also contributes a bean definition that has a factory method refering to - the method publicInstance. The + also contributes a bean definition that has a factory method referring + to the method publicInstance. The @Bean annotation identifies the factory method and also other bean definition properties, such as a qualifier value via the @Qualifier annotation. Other method level