website: fixes typo (#18267)

should be maximum not maxiumum
This commit is contained in:
Quinn Diggity 2018-06-18 08:36:28 -07:00 committed by Kristin Laemmert
parent de43f01d65
commit b2df1d424f
1 changed files with 1 additions and 1 deletions

View File

@ -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 * `-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 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 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. can be safely omitted.
* `-lock=true` - Lock the state file when locking is supported. * `-lock=true` - Lock the state file when locking is supported.