From a7533a5cd828cfc4de02d756eb1892f264ac03c4 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"): ```