Skip to content

Commit

Permalink
Fix typo in core-aot.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
IDJack authored and mdeinum committed Jun 29, 2023
1 parent 51d13c6 commit fa6b343
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 fa6b343

Please sign in to comment.