Skip to content

Commit

Permalink
Fix typo in core-aot.adoc
Browse files Browse the repository at this point in the history
Closes gh-29788
  • Loading branch information
IDJack authored and sdeleuze committed Jan 9, 2023
1 parent b81a291 commit 8282be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework-docs/src/docs/asciidoc/core/core-aot.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ These are:
* `SmartInstantiationAwareBeanPostProcessor` implementations determine a more precise bean type if necessary.
This makes sure to create any proxy that will be required at runtime.

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.
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.

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

0 comments on commit 8282be6

Please sign in to comment.