diff --git a/spring-context/src/main/java/org/springframework/context/annotation/Bean.java b/spring-context/src/main/java/org/springframework/context/annotation/Bean.java index ac92d71084..bbc64c4b35 100644 --- a/spring-context/src/main/java/org/springframework/context/annotation/Bean.java +++ b/spring-context/src/main/java/org/springframework/context/annotation/Bean.java @@ -135,7 +135,7 @@ import org.springframework.core.annotation.AliasFor; *

{@code @Bean} Lite Mode

* *

{@code @Bean} methods may also be declared within classes that are not - * annotated with {@code @Configuration}. If a bean methods is declared on a bean + * annotated with {@code @Configuration}. If a bean method is declared on a bean * that is not annotated with {@code @Configuration} it is processed in a * so-called 'lite' mode. *