Skip to content

Commit 49fb27a

Browse files
ksanjeev9211cppwfs
authored andcommitted
#916-modified added a space after 'and' and before the single quote '
1 parent 265a4e8 commit 49fb27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ Spring Cloud Task lets you establish that only one task with a given task name c
349349
at a time. To do so, you need to establish the <<features-task-name, task name>> and set
350350
`spring.cloud.task.single-instance-enabled=true` for each task execution. While the first
351351
task execution is running, any other time you try to run a task with the same
352-
<<features-task-name, task name>> and`spring.cloud.task.single-instance-enabled=true`, the
352+
<<features-task-name, task name>> and `spring.cloud.task.single-instance-enabled=true`, the
353353
task fails with the following error message: `Task with name "application" is already
354354
running.` The default value for `spring.cloud.task.single-instance-enabled` is `false`. The
355355
following example shows how to set `spring.cloud.task.single-instance-enabled` to `true`:

0 commit comments

Comments
 (0)