From bdf683802d2d3b58f5e8d3fa9c75606598be94c2 Mon Sep 17 00:00:00 2001 From: Masayuki Morita Date: Mon, 27 Dec 2021 14:29:02 +0900 Subject: [PATCH] docs: Fix typo in docs/plugin-protocol/releasing-new-version.md --- docs/plugin-protocol/releasing-new-version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugin-protocol/releasing-new-version.md b/docs/plugin-protocol/releasing-new-version.md index 2449b5c3d6..197a1a5b5a 100644 --- a/docs/plugin-protocol/releasing-new-version.md +++ b/docs/plugin-protocol/releasing-new-version.md @@ -41,7 +41,7 @@ Modify the `SupportedPluginProtocols` variable in hashicorp/terraform's Use the provider test framework to test a provider written with the new protocol. This end-to-end test ensures that providers written with the new -protocol work correctly wtih the test framework, especially in communicating +protocol work correctly with the test framework, especially in communicating the protocol version between the test framework and Terraform. ## Test Retrieving and Running a Provider From the Registry