Skip to content

Commit

Permalink
Fix grammatical structure in "Basic Concepts"
Browse files Browse the repository at this point in the history
  • Loading branch information
brendenehlers authored and snicoll committed Dec 27, 2024
1 parent 1ed74ef commit fe8c70d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ This prevents the same `@Bean` method from accidentally being invoked through a
Java method call, which helps to reduce subtle bugs that can be hard to track down.
When `@Bean` methods are declared within classes that are not annotated with
`@Configuration` - or when `@Configuration(proxyBeanMethods=false)` is declared -,
`@Configuration`or when `@Configuration(proxyBeanMethods=false)` is declared
they are referred to as being processed in a "lite" mode. In such scenarios,
`@Bean` methods are effectively a general-purpose factory method mechanism without
special runtime processing (that is, without generating a CGLIB subclass for it).
Expand Down

0 comments on commit fe8c70d

Please sign in to comment.