We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b0051 commit 8097ce9Copy full SHA for 8097ce9
docs/destroying.md
@@ -59,8 +59,8 @@ digraph update {
59
60
Order of operations:
61
1. `A` is created
62
-1. `B` is created
63
-1. `C` is created
+1. `B` is updated
+1. `C` is updated
64
65
## Simple Resource Destruction
66
@@ -87,7 +87,7 @@ digraph destroy {
87
88
1. `C` is destroyed
89
1. `B` is destroyed
90
-1. `A` is Destroyed
+1. `A` is destroyed
91
92
## Resource Replacement
93
0 commit comments