Skip to content

Commit cd4d1ec

Browse files
authored
Update plan-modification.mdx to properly label destroy check (#862)
1 parent 8971ffa commit cd4d1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/plugin/framework/resources/plan-modification.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ func (m ExampleModifier) PlanModifyString(_ context.Context, req planmodifier.St
153153
}
154154
```
155155

156-
Implement the following to check whether the resource is being created:
156+
Implement the following to check whether the resource is being destroyed:
157157

158158
```go
159159
func (m ExampleModifier) PlanModifyString(_ context.Context, req planmodifier.StringRequest, resp *planmodifier.StringResponse) {

0 commit comments

Comments
 (0)