diff --git a/nomad/worker.go b/nomad/worker.go index 7998fc641..209d0b293 100644 --- a/nomad/worker.go +++ b/nomad/worker.go @@ -66,7 +66,7 @@ type Worker struct { evalToken string // snapshotIndex is the index of the snapshot in which the scheduler was - // first envoked. It is used to mark the SnapshotIndex of evaluations + // first invoked. It is used to mark the SnapshotIndex of evaluations // Created, Updated or Reblocked. snapshotIndex uint64 } diff --git a/website/source/docs/commands/plan.html.md.erb b/website/source/docs/commands/plan.html.md.erb index 8fbb04f35..d72c2da17 100644 --- a/website/source/docs/commands/plan.html.md.erb +++ b/website/source/docs/commands/plan.html.md.erb @@ -8,7 +8,7 @@ description: > # Command: plan -The `plan` command can be used to envoke the scheduler in a dry-run mode with +The `plan` command can be used to invoke the scheduler in a dry-run mode with new jobs or when updating existing jobs to determine what would happen if the job is submitted. Job files must conform to the [job specification](/docs/job-specification/index.html) format.