diff --git a/website/content/docs/commands/eval/delete.mdx b/website/content/docs/commands/eval/delete.mdx index 4ce92e3fa..87b75a24e 100644 --- a/website/content/docs/commands/eval/delete.mdx +++ b/website/content/docs/commands/eval/delete.mdx @@ -55,7 +55,7 @@ Successfuly deleted 1 evaluation Delete all evaluations with status `pending` for the `example` job: ```shell-session -$ nomad eval delete -filter='Stauts == "pending" and JobID == "example"' +$ nomad eval delete -filter='Status == "pending" and JobID == "example"' Are you sure you want to delete 3 evals? [y/N] y Successfuly deleted 3 evaluations