Skip to content

Commit c65437d

Browse files
committed
Improve clarity of SpringApplication.run usage in reference documentation
Signed-off-by: esmelealem <[email protected]>
1 parent 61e427c commit c65437d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/spring-boot-docs/src/docs/antora/modules/reference/pages/features/spring-application.adoc

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

44
The javadoc:org.springframework.boot.SpringApplication[] class provides a convenient way to bootstrap a Spring application that is started from a `main()` method.
5-
In many situations, you can delegate to the static javadoc:org.springframework.boot.SpringApplication#run(java.lang.Class,java.lang.String...)[] method, as shown in the following example:
5+
In many situations, you can delegate to the static javadoc:org.springframework.boot.SpringApplication#run(java.lang.Class,java.lang.String...)[] method (for example, `SpringApplication.run(Application.class, args)`), as shown in the following example:
66

77
include-code::MyApplication[]
88

0 commit comments

Comments
 (0)