Skip to content

Commit 58670db

Browse files
committed
Merge pull request #34165 from brendenehlers
* pr/34165: Polish contribution Fix grammatical structure in "Basic Concepts" Closes gh-34165
2 parents 1ed74ef + 0cdb8a1 commit 58670db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/core/beans/java/basic-concepts.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This prevents the same `@Bean` method from accidentally being invoked through a
6464
Java method call, which helps to reduce subtle bugs that can be hard to track down.
6565
6666
When `@Bean` methods are declared within classes that are not annotated with
67-
`@Configuration` - or when `@Configuration(proxyBeanMethods=false)` is declared -,
67+
`@Configuration`, or when `@Configuration(proxyBeanMethods=false)` is declared,
6868
they are referred to as being processed in a "lite" mode. In such scenarios,
6969
`@Bean` methods are effectively a general-purpose factory method mechanism without
7070
special runtime processing (that is, without generating a CGLIB subclass for it).

0 commit comments

Comments
 (0)