Skip to content

Commit

Permalink
docs: fix confusing wording (argoproj#9210)
Browse files Browse the repository at this point in the history
* docs: fix confusing wording

Signed-off-by: Julie Vogelman <julie_vogelman@intuit.com>

* fix: typo

Signed-off-by: Julie Vogelman <julie_vogelman@intuit.com>

Co-authored-by: Saravanan Balasubramanian <33908564+sarabala1979@users.noreply.github.com>
Signed-off-by: Reddy <Rajshekar.Reddy@lowes.com>
  • Loading branch information
2 people authored and Reddy committed Jan 2, 2023
1 parent 112fd7a commit 50e21d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/walk-through/output-parameters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Output Parameters

Output parameters provide a general mechanism to use the result of a step as a parameter rather than as an artifact. This allows you to use the result from any type of step, not just a `script`, for conditional tests, loops, and arguments. Output parameters work similarly to `script result` except that the value of the output parameter is set to the contents of a generated file rather than the contents of `stdout`.
Output parameters provide a general mechanism to use the result of a step as a parameter (and not just as an artifact). This allows you to use the result from any type of step, not just a `script`, for conditional tests, loops, and arguments. Output parameters work similarly to `script result` except that the value of the output parameter is set to the contents of a generated file rather than the contents of `stdout`.

```yaml
apiVersion: argoproj.io/v1alpha1
Expand Down

0 comments on commit 50e21d6

Please sign in to comment.