From 08fed6e2960be5fb3cf60d1beb838672b92d572d Mon Sep 17 00:00:00 2001 From: James Bardin Date: Tue, 2 Aug 2022 17:35:19 -0400 Subject: [PATCH] Update website/docs/internals/json-format.mdx Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> --- website/docs/internals/json-format.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/internals/json-format.mdx b/website/docs/internals/json-format.mdx index 575e73e56d..3c11eb6773 100644 --- a/website/docs/internals/json-format.mdx +++ b/website/docs/internals/json-format.mdx @@ -191,7 +191,7 @@ For ease of consumption by callers, the plan representation includes a partial r // when it compared the most recent state to the prior saved state. "resource_drift": [ { - // "resource_drift" utilizes the same object structure as + // "resource_drift" uses the same object structure as // "resource_changes". } ],