From f9cb793193d34dc85603f2452098420e6232a204 Mon Sep 17 00:00:00 2001 From: Kris Hicks Date: Mon, 21 Sep 2020 08:52:45 -0700 Subject: [PATCH] docs: fix typo 'thre' -> 'the' (#8937) --- website/pages/docs/internals/plugins/task-drivers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/internals/plugins/task-drivers.mdx b/website/pages/docs/internals/plugins/task-drivers.mdx index 50bf95877..1694601a7 100644 --- a/website/pages/docs/internals/plugins/task-drivers.mdx +++ b/website/pages/docs/internals/plugins/task-drivers.mdx @@ -87,7 +87,7 @@ The file system isolation options are: The network isolation modes are: - `NetIsolationModeHost`: The task driver supports disabling network isolation - and using thre host network. + and using the host network. - `NetIsolationModeGroup`: The task driver supports using the task group network namespace. - `NetIsolationModeTask`: The task driver supports isolating the network to