Skip to content

Commit c457131

Browse files
committed
Fix heading level for "Programmatic bean registration" in AOT chapter
(cherry picked from commit 9f0dbc4)
1 parent 39cfe13 commit c457131

File tree

1 file changed

+1
-1
lines changed
  • framework-docs/modules/ROOT/pages/core

1 file changed

+1
-1
lines changed

Diff for: framework-docs/modules/ROOT/pages/core/aot.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ However, keep in mind that some optimizations are made at build time based on a
244244
This section lists the best practices that make sure your application is ready for AOT.
245245

246246
[[aot.bestpractices.bean-registration]]
247-
== Programmatic bean registration
247+
=== Programmatic bean registration
248248

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

0 commit comments

Comments
 (0)