From 580764558ab30840deffd116055c90c3e4f9470b Mon Sep 17 00:00:00 2001 From: Ashish Kumar <34642693+ashishkujoy@users.noreply.github.com> Date: Fri, 31 Jan 2025 14:45:27 +0530 Subject: [PATCH] Fixes typo in running-your-application.adoc Signed-off-by: Ashish Kumar <34642693+ashishkujoy@users.noreply.github.com> --- .../modules/reference/pages/using/running-your-application.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/using/running-your-application.adoc b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/using/running-your-application.adoc index 03f867d4b8bd..8ec6c292daa0 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/using/running-your-application.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/using/running-your-application.adoc @@ -2,7 +2,7 @@ = Running Your Application 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. -The sample applies to debugging Spring Boot applications. +The same applies to debugging Spring Boot applications. You do not need any special IDE plugins or extensions. NOTE: The options below are best suited for running an application locally for development.