Skip to content

Commit a33791e

Browse files
committed
Fix typo
1 parent 795ce16 commit a33791e

File tree

1 file changed

+1
-1
lines changed
  • spring-context/src/main/java/org/springframework/context/annotation

1 file changed

+1
-1
lines changed

spring-context/src/main/java/org/springframework/context/annotation/Bean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
* <h3>{@code @Bean} <em>Lite</em> Mode</h3>
136136
*
137137
* <p>{@code @Bean} methods may also be declared within classes that are <em>not</em>
138-
* annotated with {@code @Configuration}. If a bean methods is declared on a bean
138+
* annotated with {@code @Configuration}. If a bean method is declared on a bean
139139
* that is <em>not</em> annotated with {@code @Configuration} it is processed in a
140140
* so-called <em>'lite'</em> mode.
141141
*

0 commit comments

Comments
 (0)