Skip to content

Commit

Permalink
Fix Go documentation typo (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgetzen committed Oct 3, 2022
1 parent 30bbb35 commit edd142d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tfprotov5/provider.go
Expand Up @@ -54,7 +54,7 @@ type GetProviderSchemaResponse struct {
// will be specified in the provider block of the user's configuration.
Provider *Schema

// ProviderMeta defines the schema for the provider's metadta, which
// ProviderMeta defines the schema for the provider's metadata, which
// will be specified in the provider_meta blocks of the terraform block
// for a module. This is an advanced feature and its usage should be
// coordinated with the Terraform Core team by opening an issue at
Expand Down
2 changes: 1 addition & 1 deletion tfprotov6/provider.go
Expand Up @@ -54,7 +54,7 @@ type GetProviderSchemaResponse struct {
// will be specified in the provider block of the user's configuration.
Provider *Schema

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

0 comments on commit edd142d

Please sign in to comment.