diff --git a/list/list_resource.go b/list/list_resource.go index 8e793dc70..baee106cf 100644 --- a/list/list_resource.go +++ b/list/list_resource.go @@ -88,7 +88,7 @@ type ListResourceWithValidateConfig interface { // ListRequest represents a request for the provider to list instances of a // managed resource type that satisfy a user-defined request. An instance of -// this reqeuest struct is passed as an argument to the provider's List +// this request struct is passed as an argument to the provider's List // function implementation. type ListRequest struct { // Config is the configuration the user supplied for listing resource diff --git a/list/schema/schema.go b/list/schema/schema.go index fad93273c..456cfc428 100644 --- a/list/schema/schema.go +++ b/list/schema/schema.go @@ -14,7 +14,7 @@ import ( "github.com/hashicorp/terraform-plugin-framework/path" ) -// Schema must satify the fwschema.Schema interface. +// Schema must satisfy the fwschema.Schema interface. var _ fwschema.Schema = Schema{} // Schema defines the structure and value types of a list block. This is