Skip to content

Commit 8282be6

Browse files
IDJacksdeleuze
authored andcommitted
Fix typo in core-aot.adoc
Closes gh-29788
1 parent b81a291 commit 8282be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/src/docs/asciidoc/core/core-aot.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ These are:
7272
* `SmartInstantiationAwareBeanPostProcessor` implementations determine a more precise bean type if necessary.
7373
This makes sure to create any proxy that will be required at runtime.
7474

75-
One this part completes, the `BeanFactory` contains the bean definitions that are necessary for the application to run. It does not trigger bean instantiation but allows the AOT engine to inspect the beans that will be created at runtime.
75+
Once this part completes, the `BeanFactory` contains the bean definitions that are necessary for the application to run. It does not trigger bean instantiation but allows the AOT engine to inspect the beans that will be created at runtime.
7676

7777
[[core.aot.bean-factory-initialization-contributions]]
7878
== Bean Factory Initialization AOT Contributions

0 commit comments

Comments
 (0)