Skip to content

Commit

Permalink
website: Typo in resources index: s/Read/Delete/ (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
PChambino committed Sep 14, 2022
1 parent 04ff770 commit d974925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/plugin/framework/resources/index.mdx
Expand Up @@ -98,7 +98,7 @@ func (r *ThingResource) Update(ctx context.Context, req resource.UpdateRequest,
resp.Diagnostics.Append(resp.State.Set(ctx, &data)...)
}

func (r *ThingResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse) {
func (r *ThingResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse) {
var data ThingResourceModel

// Read Terraform prior state data into the model
Expand Down

0 comments on commit d974925

Please sign in to comment.