diff --git a/spring-cloud-task-docs/src/main/asciidoc/features.adoc b/spring-cloud-task-docs/src/main/asciidoc/features.adoc index 555d3aa2..6dc453e1 100644 --- a/spring-cloud-task-docs/src/main/asciidoc/features.adoc +++ b/spring-cloud-task-docs/src/main/asciidoc/features.adoc @@ -49,7 +49,7 @@ updated in the repository with the results. NOTE: At the completion of a task (all `*Runner#run` methods are called and the task repository has been updated) the `ApplicationContext` will be closed by default. This -behavior can be overriden by setting the property `spring.cloud.task.closecontext.enabled` +behavior can be overriden by setting the property `spring.cloud.task.closecontext.enable` to false. [[features-task-execution-details]]