Skip to content

Commit 812bad4

Browse files
authored
fix typos in code comments (#1170)
1 parent 114d478 commit 812bad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

list/list_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
9393
type ListRequest struct {
9494
// Config is the configuration the user supplied for listing resource

list/schema/schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
1818
var _ fwschema.Schema = Schema{}
1919

2020
// Schema defines the structure and value types of a list block. This is

0 commit comments

Comments
 (0)