From 5faa9deaded912fec60102a1c6b4a6c34b3a9481 Mon Sep 17 00:00:00 2001 From: Yuu yamanoi Date: Sun, 18 Dec 2022 16:42:10 +0900 Subject: [PATCH] fix typo --- 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{