From 8d8544253f0039598d8c13e96d13be9696d65143 Mon Sep 17 00:00:00 2001 From: Anyplace7803 Date: Thu, 21 May 2026 14:21:13 +0000 Subject: [PATCH] Fix output in everything-about-shouldprocess.md Correcting output of the Test-ShouldContinue example in the documentation. --- .../learn/deep-dives/everything-about-shouldprocess.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/docs-conceptual/learn/deep-dives/everything-about-shouldprocess.md b/reference/docs-conceptual/learn/deep-dives/everything-about-shouldprocess.md index 848f8cf0b0c..94ac26e57ea 100644 --- a/reference/docs-conceptual/learn/deep-dives/everything-about-shouldprocess.md +++ b/reference/docs-conceptual/learn/deep-dives/everything-about-shouldprocess.md @@ -443,7 +443,7 @@ This provides us a simpler prompt with fewer options. ```powershell Test-ShouldContinue -Second +OPERATION TARGET [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): ```