Skip to content

Commit 0b5b2a2

Browse files
committed
Fix typo in section title
This typo was causing that the section title wasn't rendered as expected. It happens since boot 2.5.0, as can be checked in https://docs.spring.io/spring-boot/docs/2.5.0/reference/htmlsingle/#howto.batch.running-jobs-on-startup
1 parent 5e6bed2 commit 0b5b2a2

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto/batch.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ See {spring-boot-autoconfigure-module-code}/batch/BatchAutoConfiguration.java[Ba
2929

3030

3131

32-
[[howto.batch.?running-from-the-command-line]]
32+
[[howto.batch.running-from-the-command-line]]
3333
=== Running from the Command Line
3434
Spring Boot converts any command line argument starting with `--` to a property to add to the `Environment`, see <<features#features.external-config.command-line-args,accessing command line properties>>.
3535
This should not be used to pass arguments to batch jobs.

0 commit comments

Comments
 (0)