Skip to content

Commit

Permalink
fix: examples/README.md: overriten => overridden (#8351)
Browse files Browse the repository at this point in the history
See: https://dictionary.cambridge.org/us/dictionary/english/overridden

Signed-off-by: Marc Abramowitz <abramowi@adobe.com>
  • Loading branch information
msabramo committed Apr 9, 2022
1 parent 242d535 commit ae38815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ The argo CLI provides a convenient way to override parameters used to invoke the
argo submit arguments-parameters.yaml -p message="goodbye world"
```

In case of multiple parameters that can be overriten, the argo CLI provides a command to load parameters files in YAML or JSON format. Here is an example of that kind of parameter file:
In case of multiple parameters that can be overridden, the argo CLI provides a command to load parameters files in YAML or JSON format. Here is an example of that kind of parameter file:

```yaml
message: goodbye world
Expand Down

0 comments on commit ae38815

Please sign in to comment.