From 092eba3fa2d68ac7752d0075b00b480e6149f2f7 Mon Sep 17 00:00:00 2001 From: yashanshh Date: Sat, 12 Jul 2025 15:38:51 +0530 Subject: [PATCH] Update 05-formatting-aliases-providers-comparison.md Corrected a mistake. want => what --- .../learn/ps101/05-formatting-aliases-providers-comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/docs-conceptual/learn/ps101/05-formatting-aliases-providers-comparison.md b/reference/docs-conceptual/learn/ps101/05-formatting-aliases-providers-comparison.md index 7110ac1a94d6..f6107b2d3d80 100644 --- a/reference/docs-conceptual/learn/ps101/05-formatting-aliases-providers-comparison.md +++ b/reference/docs-conceptual/learn/ps101/05-formatting-aliases-providers-comparison.md @@ -569,7 +569,7 @@ Determine if fifteen isn't in the `$Numbers` array. True ``` -The `-replace` operator does just want you would think. It's used to replace something. Specifying +The `-replace` operator does just what you would think. It's used to replace something. Specifying one value replaces that value with nothing. In the following example, you replace "Shell" with nothing.