Skip to content

Commit

Permalink
Fix heading level for "Programmatic bean registration" in AOT chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Oct 24, 2024
1 parent acccbbe commit 9f0dbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework-docs/modules/ROOT/pages/core/aot.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ However, keep in mind that some optimizations are made at build time based on a
This section lists the best practices that make sure your application is ready for AOT.

[[aot.bestpractices.bean-registration]]
== Programmatic bean registration
=== Programmatic bean registration

The AOT engine takes care of the `@Configuration` model and any callback that might be
invoked as part of processing your configuration. If you need to register additional
Expand Down

0 comments on commit 9f0dbc4

Please sign in to comment.