Skip to content

Commit e94f213

Browse files
committed
Fix typo
1 parent c736a16 commit e94f213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6252,7 +6252,7 @@ In the example above, the `myService` bean is going to be created if no bean of
62526252
TIP: You need to be very careful about the order that bean definitions are added as these
62536253
conditions are evaluated based on what has been processed so far. For this reason,
62546254
we recommend only using `@ConditionalOnBean` and `@ConditionalOnMissingBean` annotations
6255-
on auto-configuration classes (since these are guaranteed to load after any user-define
6255+
on auto-configuration classes (since these are guaranteed to load after any user-defined
62566256
beans definitions have been added).
62576257

62586258
NOTE: `@ConditionalOnBean` and `@ConditionalOnMissingBean` do not prevent `@Configuration`

0 commit comments

Comments
 (0)