Merge pull request #30264 from minamijoyo/fix-typo-in-doc

docs: Fix typo in docs/plugin-protocol/releasing-new-version.md
This commit is contained in:
Laura Pacilio 2022-01-06 11:13:36 -05:00 committed by GitHub
commit 662301610d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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