From d7cbf8f1fce4ba44d2a5a4e075b0a19f8885f6ce Mon Sep 17 00:00:00 2001 From: Philip Sahli Date: Mon, 8 Feb 2021 16:56:19 +0100 Subject: [PATCH] Fix typo --- website/upgrade-guides/0-14.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/upgrade-guides/0-14.html.markdown b/website/upgrade-guides/0-14.html.markdown index 714297d903..e304cf5621 100644 --- a/website/upgrade-guides/0-14.html.markdown +++ b/website/upgrade-guides/0-14.html.markdown @@ -126,7 +126,7 @@ many other programming language ecosystems. ### In-house providers and internal mirrors -Terraform v0.13 introduced a new heirarchical namespace for providers, which +Terraform v0.13 introduced a new hierarchical namespace for providers, which was an important pre-requisite for introducing a dependency lock file in v0.14 which can support a mixture of official, partner, community and in-house providers in a single configuration.