Skip to content

Commit b01513b

Browse files
Merge pull request #34646 from swapy
* gh-34646: Fix typo in Spring Batch auto-configuration documentation Closes gh-34646
2 parents a8016b5 + a450d85 commit b01513b

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
@@ -26,7 +26,7 @@ Spring Batch auto-configuration is enabled by adding `spring-boot-starter-batch`
2626
If a single `Job` is found in the application context, it is executed on startup (see {spring-boot-autoconfigure-module-code}/batch/JobLauncherApplicationRunner.java[`JobLauncherApplicationRunner`] for details).
2727
If multiple `Job` beans are found, the job that should be executed must be specified using configprop:spring.batch.job.name[].
2828

29-
To disable running a `Job` found in the application content, set the configprop:spring.batch.job.enabled[] to `false.`
29+
To disable running a `Job` found in the application context, set the configprop:spring.batch.job.enabled[] to `false.`
3030

3131
See {spring-boot-autoconfigure-module-code}/batch/BatchAutoConfiguration.java[BatchAutoConfiguration] for more details.
3232

0 commit comments

Comments
 (0)