From 14fefe8f464078f2e097a3d8be886ddf4144648e Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Thu, 3 Dec 2015 02:00:57 +0100 Subject: [PATCH] Fixed typo Fixes #528 --- website/source/docs/jobspec/schedulers.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/jobspec/schedulers.html.md b/website/source/docs/jobspec/schedulers.html.md index 82694a2d6..be789c10d 100644 --- a/website/source/docs/jobspec/schedulers.html.md +++ b/website/source/docs/jobspec/schedulers.html.md @@ -8,7 +8,7 @@ description: |- # Scheduler Types -Nomad has three scheduler types that can be used hen creating your +Nomad has three scheduler types that can be used when creating your [job](/docs/jobspec/): `service`, `batch` and `system`. Here we will describe the differences between each of these schedulers.