From f357b51453aa1f46ee4f10ad2fc4aebdbc3e43a1 Mon Sep 17 00:00:00 2001 From: kaybr01 <58563705+kaybr01@users.noreply.github.com> Date: Thu, 9 Jul 2020 11:44:57 -0400 Subject: [PATCH] Update preemption.mdx Typo --- website/pages/docs/internals/scheduling/preemption.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/internals/scheduling/preemption.mdx b/website/pages/docs/internals/scheduling/preemption.mdx index 48607a1c3..150174d88 100644 --- a/website/pages/docs/internals/scheduling/preemption.mdx +++ b/website/pages/docs/internals/scheduling/preemption.mdx @@ -8,7 +8,7 @@ description: Learn about how preemption works in Nomad. # Preemption Preemption allows Nomad to kill existing allocations in order to place allocations for a higher priority job. -The evicted allocation is temporary displaced until the cluster has capacity to run it. This allows operators to +The evicted allocation is temporarily displaced until the cluster has capacity to run it. This allows operators to run high priority jobs even under resource contention across the cluster. ~> **Advanced Topic!** This page covers technical details of Nomad. You do not need to understand these details to effectively use Nomad. The details are documented here for those who wish to learn about them without having to go spelunking through the source code.