Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Connelly <[email protected]>
  • Loading branch information
peterdeme and adamconnelly committed Jul 31, 2024
1 parent ce3ef35 commit b7ad1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/stack/stack-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ There is no connection between the two features, and **the two shouldn't be comb

## Stack deletion

A stack cannot be deleted if it has downstream dependencies (child stacks depending on it). If you want to delete such stack, you need to delete all of its downstream dependencies first. However, if a stack only has upstream dependencies (parent stacks that it depends on), it can be deleted without any issues.
A stack cannot be deleted if it has downstream dependencies (child stacks depending on it). If you want to delete such a stack, you need to delete all of its downstream dependencies first. However, if a stack only has upstream dependencies (parent stacks that it depends on), it can be deleted without any issues.

## Ordered Stack creation and deletion

Expand Down

0 comments on commit b7ad1ba

Please sign in to comment.