Skip to content

Commit c1fcce4

Browse files
committed
Merge pull request #41140 from mateusscheper
* pr/41140: Improving readability by adding a comma Closes gh-41140
2 parents 7247ca7 + 159e774 commit c1fcce4

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)