Skip to content

Commit 3a51d44

Browse files
authored
fix typo (#163)
1 parent a9362a0 commit 3a51d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/production/scheduling-metaflow-flows/scheduling-with-kubeflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ python parameter_flow.py kubeflow-pipelines trigger --alpha 0.5
144144
You can also trigger a run as a specific [Kubeflow
145145
Experiment](https://www.kubeflow.org/docs/components/pipelines/concepts/experiment/):
146146
```
147-
python parameter_flow.py kubeflow-pipelines trigger --alpha 0.5 --experiment new_moddel
147+
python parameter_flow.py kubeflow-pipelines trigger --alpha 0.5 --experiment new_model
148148
```
149149
By default, the latest version of the flow is triggered. You can trigger an
150150
older version by specifying `--version-name`:

0 commit comments

Comments
 (0)