Skip to content

Commit 152ce1d

Browse files
authored
Merge pull request #37638 from Tensho/fix-destroying-docs
docs(destroying): fix typos
2 parents f8b0051 + 8097ce9 commit 152ce1d

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)