mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 03:15:42 +03:00
spelling: invoke
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user