From bdf22b4fcdd1ce7d222b79d624c73ca1d65f655d Mon Sep 17 00:00:00 2001 From: George Hartzell Date: Mon, 23 May 2016 16:57:49 -0700 Subject: [PATCH] typo: beings -> begins --- website/source/docs/internals/scheduling.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/internals/scheduling.html.md b/website/source/docs/internals/scheduling.html.md index f09f8634f..bed31a324 100644 --- a/website/source/docs/internals/scheduling.html.md +++ b/website/source/docs/internals/scheduling.html.md @@ -45,7 +45,7 @@ This diagram shows the flow of an evaluation through Nomad: [![Nomad Evaluation Flow](/assets/images/nomad-evaluation-flow.png)](/assets/images/nomad-evaluation-flow.png) -The lifecycle of an evaluation beings with an event causing the evaluation to be +The lifecycle of an evaluation begins with an event causing the evaluation to be created. Evaluations are created in the `pending` state and are enqueued into the evaluation broker. There is a single evaluation broker which runs on the leader server. The evaluation broker is used to manage the queue of pending evaluations, provide priority ordering,