Skip to content

Commit 159e774

Browse files
mateusscheperphilwebb
authored andcommitted
Improving readability by adding a comma
See gh-41140
1 parent 7247ca7 commit 159e774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/packaging/native-image/introducing-graalvm-native-images.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ There is a bean definition for the `myConfiguration` bean, and one for `myBean`.
100100
When a `myBean` instance is required, a `BeanInstanceSupplier` is called.
101101
This supplier will invoke the `myBean()` method on the `myConfiguration` bean.
102102

103-
NOTE: During Spring AOT processing your application is started up to the point that bean definitions are available.
103+
NOTE: During Spring AOT processing, your application is started up to the point that bean definitions are available.
104104
Bean instances are not created during the AOT processing phase.
105105

106106
Spring AOT will generate code like this for all your bean definitions.

0 commit comments

Comments
 (0)