From c3014695ac2ec35e1753724ef3dccc78c6164787 Mon Sep 17 00:00:00 2001 From: Elvin Aslanov Date: Tue, 1 Apr 2025 21:40:06 +0200 Subject: [PATCH] `PSNativeWindowsTildeExpansion`: Capitalize Windows Correct the experimental feature's description --- .../engine/ExperimentalFeature/ExperimentalFeature.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System.Management.Automation/engine/ExperimentalFeature/ExperimentalFeature.cs b/src/System.Management.Automation/engine/ExperimentalFeature/ExperimentalFeature.cs index dd26e609641..6ff7e1d6820 100644 --- a/src/System.Management.Automation/engine/ExperimentalFeature/ExperimentalFeature.cs +++ b/src/System.Management.Automation/engine/ExperimentalFeature/ExperimentalFeature.cs @@ -118,7 +118,7 @@ static ExperimentalFeature() description: "Replace the hard-coded suggestion framework with the extensible feedback provider"), new ExperimentalFeature( name: PSNativeWindowsTildeExpansion, - description: "On windows, expand unquoted tilde (`~`) with the user's current home folder."), + description: "On Windows, expand unquoted tilde (`~`) with the user's current home folder."), new ExperimentalFeature( name: PSRedirectToVariable, description: "Add support for redirecting to the variable drive"),