From d3d8e0a5f4789f300d73c495ead2295201d50f81 Mon Sep 17 00:00:00 2001 From: Jason Parraga Date: Thu, 11 Apr 2024 16:02:46 -0700 Subject: [PATCH] Fix grammatical error in workflow lifecycle docs Signed-off-by: Jason Parraga --- docs/concepts/workflow_lifecycle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/workflow_lifecycle.rst b/docs/concepts/workflow_lifecycle.rst index efb11e52d8..f549493e83 100644 --- a/docs/concepts/workflow_lifecycle.rst +++ b/docs/concepts/workflow_lifecycle.rst @@ -172,7 +172,7 @@ settings are needed for the cluster. For more information on why this task contains these fields check ``TaskTemplate`` in `FlyteIDL repository `__. -I strongly advice you to take a look at the data structures in this file +I strongly advise you to take a look at the data structures in this file as they provide good insight in the interfaces used all across Flyte’s codebases.