From d1c8dde8e672523d19e6170f4a54affbd0a786ac Mon Sep 17 00:00:00 2001 From: jjclxrk <37681031+jjclxrk@users.noreply.github.com> Date: Fri, 2 May 2025 13:04:11 +1000 Subject: [PATCH] Fix grammar --- content/docs/iac/cli/commands/pulumi_stack_rm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/iac/cli/commands/pulumi_stack_rm.md b/content/docs/iac/cli/commands/pulumi_stack_rm.md index a57664db806d..6748eefab9d7 100644 --- a/content/docs/iac/cli/commands/pulumi_stack_rm.md +++ b/content/docs/iac/cli/commands/pulumi_stack_rm.md @@ -13,7 +13,7 @@ Remove a stack and its configuration Remove a stack and its configuration This command removes a stack and its configuration state. Please refer to the -`destroy` command for removing a resources, as this is a distinct operation. +`destroy` command for removing resources, as this is a distinct operation. After this command completes, the stack will no longer be available for updates.