Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion list/list_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion list/schema/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down