From 92fcdb0f74aa65e3d3019fc55f8817e307314f8e Mon Sep 17 00:00:00 2001 From: yu-yamanoi <17104096+yyamanoi1222@users.noreply.github.com> Date: Mon, 19 Dec 2022 17:14:42 +0900 Subject: [PATCH] fix typo (#592) --- website/docs/plugin/framework/resources/create.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{