From 8097ce9e5784974fd1f0d2db7f0057c806aab273 Mon Sep 17 00:00:00 2001 From: Andrew Babichev Date: Thu, 18 Sep 2025 23:42:06 +0100 Subject: [PATCH] docs(destroying): fix typos --- docs/destroying.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/destroying.md b/docs/destroying.md index 9643e26cbbc8..37bbe4ef7417 100644 --- a/docs/destroying.md +++ b/docs/destroying.md @@ -59,8 +59,8 @@ digraph update { Order of operations: 1. `A` is created -1. `B` is created -1. `C` is created +1. `B` is updated +1. `C` is updated ## Simple Resource Destruction @@ -87,7 +87,7 @@ digraph destroy { Order of operations: 1. `C` is destroyed 1. `B` is destroyed -1. `A` is Destroyed +1. `A` is destroyed ## Resource Replacement