From a33791e2b81114b3a0fcf8e3a8536af30c481104 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 24 Oct 2023 16:44:11 +0200 Subject: [PATCH] Fix typo --- .../main/java/org/springframework/context/annotation/Bean.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *