Skip to content

Commit

Permalink
fix typo (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyamanoi1222 committed Dec 19, 2022
1 parent 4250f76 commit 92fcdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/plugin/framework/resources/create.mdx
Expand Up @@ -49,7 +49,7 @@ type ThingResourceAPIModel struct {
Id string `json:"id"`
}

func (r ThingResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaReponse) {
func (r ThingResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse) {
resp.Schema = schema.Schema{
Attributes: map[string]schema.Attribute{
"name": schema.StringAttribute{
Expand Down

0 comments on commit 92fcdb0

Please sign in to comment.