From 4110a399ea68ad7f7f958980182699ae41d63152 Mon Sep 17 00:00:00 2001 From: Andrew Stanton Date: Fri, 21 Sep 2018 21:31:48 -0400 Subject: [PATCH] typo in -icontains description as "incase sensitive" should be "case insensitive". --- .../resources/TabCompletionStrings.resx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System.Management.Automation/resources/TabCompletionStrings.resx b/src/System.Management.Automation/resources/TabCompletionStrings.resx index cac3bc3759e..33710a77176 100644 --- a/src/System.Management.Automation/resources/TabCompletionStrings.resx +++ b/src/System.Management.Automation/resources/TabCompletionStrings.resx @@ -232,7 +232,7 @@ Containment operator - case insensitive. Returns TRUE when the test value (right operand) exactly matches at least one of the values in the left operand. - Containment operator - incase sensitive. Returns TRUE when the test value (right operand) exactly matches at least one of the values in the left operand. + Containment operator - case insensitive. Returns TRUE when the test value (right operand) exactly matches at least one of the values in the left operand. Containment operator - case sensitive. Returns TRUE only when the test value (right operand) exactly matches at least one of the values in the left operand.