Skip to content

Commit 4e8d466

Browse files
committed
Merge pull request #27102 from cordin
* pr/27102: Fix typo in section title Closes gh-27102
2 parents 4db5360 + 0c38449 commit 4e8d466

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

+1-1
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)