From df000288c233852ed81e0f901550ab5f8762bcd0 Mon Sep 17 00:00:00 2001 From: Animesh Singh Date: Tue, 12 Jan 2021 16:50:25 -0800 Subject: [PATCH] nit fix (#419) --- sdk/FEATURES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/FEATURES.md b/sdk/FEATURES.md index c31081dff15..4c3135afdb7 100644 --- a/sdk/FEATURES.md +++ b/sdk/FEATURES.md @@ -128,7 +128,7 @@ The `finally` syntax is supported since Tekton version `0.14.0`. ### Any sequencer -When any one of the tasks dependencies complete successfully, the dependent task will be started. Order of execution of the dependencies doesn’t matter, and the pipeline doesn't wait for all the task dependencies to complete before moving to the next step. Please follow the details of the implementation in the [design doc](https://docs.google.com/document/d/1oXOdiItI4GbEe_qzyBmMAqfLBjfYX1nM94WHY3EPa94/edit#heading=h.dt8bhna4spym). +When any one of the task dependencies complete successfully, the dependent task will be started. Order of execution of the dependencies doesn’t matter, and the pipeline doesn't wait for all the task dependencies to complete before moving to the next step. Please follow the details of the implementation in the [design doc](https://docs.google.com/document/d/1oXOdiItI4GbEe_qzyBmMAqfLBjfYX1nM94WHY3EPa94/edit#heading=h.dt8bhna4spym). For example: