From 944a9301df705a490196ffe302ac6037666d0ad7 Mon Sep 17 00:00:00 2001 From: Greg Swift Date: Mon, 7 Aug 2017 11:47:42 -0500 Subject: [PATCH] Fix typo of additional --- website/docs/commands/init.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/commands/init.html.markdown b/website/docs/commands/init.html.markdown index 851aa8e3d..baf0fa485 100644 --- a/website/docs/commands/init.html.markdown +++ b/website/docs/commands/init.html.markdown @@ -130,7 +130,7 @@ versions that comply with the version constraints given in configuration. To skip plugin installation, use `-get-plugins=false`. 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 is consulted, which prevents Terraform from making requests to the plugin repository or looking for plugins in other local directories.