From e97785c899c96b77731e3ebddbf9a2b048f3bc14 Mon Sep 17 00:00:00 2001 From: Raphael Randschau Date: Sat, 29 Oct 2016 17:18:56 +0200 Subject: [PATCH] terraform/core: typo in RawConfig documentation (#9714) --- config/raw_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/raw_config.go b/config/raw_config.go index ce57945cc..73d6a5e2b 100644 --- a/config/raw_config.go +++ b/config/raw_config.go @@ -18,7 +18,7 @@ import ( const UnknownVariableValue = "74D93920-ED26-11E3-AC10-0800200C9A66" // RawConfig is a structure that holds a piece of configuration -// where te overall structure is unknown since it will be used +// where the overall structure is unknown since it will be used // to configure a plugin or some other similar external component. // // RawConfigs can be interpolated with variables that come from