From b2df1d424f846eb9dab8e8d19e97f15ceebc3b07 Mon Sep 17 00:00:00 2001 From: Quinn Diggity Date: Mon, 18 Jun 2018 08:36:28 -0700 Subject: [PATCH] website: fixes typo (#18267) should be maximum not maxiumum --- website/docs/commands/untaint.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/commands/untaint.html.markdown b/website/docs/commands/untaint.html.markdown index 4f74a2722..97c2507c8 100644 --- a/website/docs/commands/untaint.html.markdown +++ b/website/docs/commands/untaint.html.markdown @@ -44,7 +44,7 @@ certain cases, see above note). The list of available flags are: * `-index=n` - Selects a single tainted instance when there are more than one tainted instances present in the state for a given resource. This flag is required when multiple tainted instances are present. The vast majority of the - time, there is a maxiumum of one tainted instance per resource, so this flag + time, there is a maximum of one tainted instance per resource, so this flag can be safely omitted. * `-lock=true` - Lock the state file when locking is supported.