Skip to content

Commit edd142d

Browse files
authored
Fix Go documentation typo (#228)
1 parent 30bbb35 commit edd142d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tfprotov5/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ type GetProviderSchemaResponse struct {
5454
// will be specified in the provider block of the user's configuration.
5555
Provider *Schema
5656

57-
// ProviderMeta defines the schema for the provider's metadta, which
57+
// ProviderMeta defines the schema for the provider's metadata, which
5858
// will be specified in the provider_meta blocks of the terraform block
5959
// for a module. This is an advanced feature and its usage should be
6060
// coordinated with the Terraform Core team by opening an issue at

tfprotov6/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ type GetProviderSchemaResponse struct {
5454
// will be specified in the provider block of the user's configuration.
5555
Provider *Schema
5656

57-
// ProviderMeta defines the schema for the provider's metadta, which
57+
// ProviderMeta defines the schema for the provider's metadata, which
5858
// will be specified in the provider_meta blocks of the terraform block
5959
// for a module. This is an advanced feature and its usage should be
6060
// coordinated with the Terraform Core team by opening an issue at

0 commit comments

Comments
 (0)