From cd8615d9ecafbad4288abd3307f21acc38766565 Mon Sep 17 00:00:00 2001 From: Adam Pugh Date: Mon, 20 Mar 2023 03:24:41 -0500 Subject: [PATCH] Spelling update (#16553) updated propogating to propagating --- website/content/docs/concepts/plugins/task-drivers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/concepts/plugins/task-drivers.mdx b/website/content/docs/concepts/plugins/task-drivers.mdx index 308da7a1f..921cc6518 100644 --- a/website/content/docs/concepts/plugins/task-drivers.mdx +++ b/website/content/docs/concepts/plugins/task-drivers.mdx @@ -68,7 +68,7 @@ type Capabilities struct { // RemoteTasks indicates this driver runs tasks on remote systems // instead of locally. The Nomad client can use this information to - // adjust behavior such as propogating task handles between allocations + // adjust behavior such as propagating task handles between allocations // to avoid downtime when a client is lost. RemoteTasks bool }