File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ type ListResourceWithValidateConfig interface {
8888
8989// ListRequest represents a request for the provider to list instances of a
9090// managed resource type that satisfy a user-defined request. An instance of
91- // this reqeuest struct is passed as an argument to the provider's List
91+ // this request struct is passed as an argument to the provider's List
9292// function implementation.
9393type ListRequest struct {
9494 // Config is the configuration the user supplied for listing resource
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414 "github.com/hashicorp/terraform-plugin-framework/path"
1515)
1616
17- // Schema must satify the fwschema.Schema interface.
17+ // Schema must satisfy the fwschema.Schema interface.
1818var _ fwschema.Schema = Schema {}
1919
2020// Schema defines the structure and value types of a list block. This is
You can’t perform that action at this time.
0 commit comments