From 8325b9512b0af298825445e053592baf208c275b Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Sun, 25 Oct 2015 18:31:59 -0600 Subject: [PATCH] tasks groups -> task groups --- website/source/docs/commands/init.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/init.html.md.erb b/website/source/docs/commands/init.html.md.erb index e37841705..21206f757 100644 --- a/website/source/docs/commands/init.html.md.erb +++ b/website/source/docs/commands/init.html.md.erb @@ -9,7 +9,7 @@ description: > # Command: init The `init` command creates an example [job specification](/docs/jobspec/) in the current -directory that demonstrates some common configurations for tasks, tasks groups, +directory that demonstrates some common configurations for tasks, task groups, runtime constraints, and resource allocation. Please refer to the [jobspec](/docs/jobspec/) and [drivers](/docs/drivers/)