diff --git a/docs/walk-through/output-parameters.md b/docs/walk-through/output-parameters.md index 3380f1206707..ca5f6f020923 100644 --- a/docs/walk-through/output-parameters.md +++ b/docs/walk-through/output-parameters.md @@ -62,7 +62,7 @@ Given a `task`, called `log-int`, `result` would then be accessible as `{{ tasks #### Output parameter from a standard output of a step -Step's stdout as output parameter. +Standard output of step as output parameter. ```yaml apiVersion: argoproj.io/v1alpha1