Skip to content

list: fix typos in code comments #1170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2025
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