Polish documentation title case

This commit is contained in:
Phillip Webb
2022-10-19 21:53:21 -07:00
parent 65bdcdb2a5
commit c416c17fe8
23 changed files with 44 additions and 44 deletions

View File

@@ -130,7 +130,7 @@ These work by rewriting classes as they are loaded to make them more amenable to
[[using.devtools.restart.logging-condition-delta]]
==== Logging changes in condition evaluation
==== Logging Changes in Condition Evaluation
By default, each time your application restarts, a report showing the condition evaluation delta is logged.
The report shows the changes to your application's auto-configuration as you make changes such as adding or removing beans and setting configuration properties.

View File

@@ -10,7 +10,7 @@ If you choose to package your application as a war file, see your server and IDE
[[using.running-your-application.from-an-ide]]
=== Running from an IDE
=== Running From an IDE
You can run a Spring Boot application from your IDE as a Java application.
However, you first need to import your project.
Import steps vary depending on your IDE and build system.