From 911d09d877fb2070726a6358466a50878586f894 Mon Sep 17 00:00:00 2001 From: nisunisu Date: Sun, 4 Oct 2020 22:11:45 +0900 Subject: [PATCH] Fixed a typo --- website/guides/terraform-provider-development-program.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/guides/terraform-provider-development-program.html.md b/website/guides/terraform-provider-development-program.html.md index 55f663e1f9..9acba17a37 100644 --- a/website/guides/terraform-provider-development-program.html.md +++ b/website/guides/terraform-provider-development-program.html.md @@ -2,7 +2,7 @@ layout: "extend" page_title: "Terraform Provider Development Program" sidebar_current: "guides-terraform-provider-development-program" -description: This guide is intended for vendors who're interested in having their platform supported by Teraform. The guide walks vendors through the steps involved in creating a provider and applying for it to be included with Terraform. +description: This guide is intended for vendors who're interested in having their platform supported by Terraform. The guide walks vendors through the steps involved in creating a provider and applying for it to be included with Terraform. --- # Terraform Provider Development Program