Merge pull request #15749 from gregswift/typo-additional

Fix typo of additional
This commit is contained in:
Clint 2017-08-07 11:50:33 -05:00 committed by GitHub
commit 77f74c37c8
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ versions that comply with the version constraints given in configuration.
To skip plugin installation, use `-get-plugins=false`. To skip plugin installation, use `-get-plugins=false`.
The automatic plugin installation behavior can be overridden by extracting The automatic plugin installation behavior can be overridden by extracting
the desired providers into a local directory and using the additonal option the desired providers into a local directory and using the additional option
`-plugin-dir=PATH`. When this option is specified, _only_ the given directory `-plugin-dir=PATH`. When this option is specified, _only_ the given directory
is consulted, which prevents Terraform from making requests to the plugin is consulted, which prevents Terraform from making requests to the plugin
repository or looking for plugins in other local directories. repository or looking for plugins in other local directories.