Skip to content

Commit 7e79a86

Browse files
committed
Merge pull request #44032 from ashishkujoy
* pr/44032: Fix typo in Running Your Application Closes gh-44032
2 parents 5cd378d + e41d697 commit 7e79a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/using/running-your-application.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
= Running Your Application
33

44
One of the biggest advantages of packaging your application as a jar and using an embedded HTTP server is that you can run your application as you would any other.
5-
The sample applies to debugging Spring Boot applications.
5+
The same applies to debugging Spring Boot applications.
66
You do not need any special IDE plugins or extensions.
77

88
NOTE: The options below are best suited for running an application locally for development.

0 commit comments

Comments
 (0)