diff --git a/website/docs/plugin/framework/resources/create.mdx b/website/docs/plugin/framework/resources/create.mdx index 8634fc014..777730323 100644 --- a/website/docs/plugin/framework/resources/create.mdx +++ b/website/docs/plugin/framework/resources/create.mdx @@ -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{