Skip to content

Commit 8097ce9

Browse files
Tenshocrw
authored andcommitted
docs(destroying): fix typos
1 parent f8b0051 commit 8097ce9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/destroying.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ digraph update {
5959

6060
Order of operations:
6161
1. `A` is created
62-
1. `B` is created
63-
1. `C` is created
62+
1. `B` is updated
63+
1. `C` is updated
6464

6565
## Simple Resource Destruction
6666

@@ -87,7 +87,7 @@ digraph destroy {
8787
Order of operations:
8888
1. `C` is destroyed
8989
1. `B` is destroyed
90-
1. `A` is Destroyed
90+
1. `A` is destroyed
9191

9292
## Resource Replacement
9393

0 commit comments

Comments
 (0)