Skip to content

Commit d44c3f9

Browse files
authored
fix typo (#177)
1 parent 029511f commit d44c3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tfsdk/resource.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
// A ResourceType is a type of resource. For each type of resource this provider
1010
// supports, it should define a type implementing ResourceType and return an
11-
// instance of it in the map returned by Provider.GeResources.
11+
// instance of it in the map returned by Provider.GetResources.
1212
type ResourceType interface {
1313
// GetSchema returns the schema for this resource.
1414
GetSchema(context.Context) (Schema, diag.Diagnostics)

0 commit comments

Comments
 (0)