Update preemption.mdx

Typo
This commit is contained in:
kaybr01 2020-07-09 11:44:57 -04:00 committed by GitHub
parent 6fc63ede76
commit 9804aacd5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.