From f9551677913b0b5354f842e06e59a5a1262e342e Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Tue, 27 Aug 2024 08:46:58 -0500 Subject: [PATCH] Fix description for CustomTableHeaderLabel --- .../Microsoft.PowerShell.Core/About/about_ANSI_Terminals.md | 6 +++--- .../Microsoft.PowerShell.Core/About/about_ANSI_Terminals.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_ANSI_Terminals.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_ANSI_Terminals.md index fd0a3f429059..df28ab5b6418 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_ANSI_Terminals.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_ANSI_Terminals.md @@ -1,7 +1,7 @@ --- description: Describes the features of PowerShell that use ANSI escape sequences and the terminal hosts that support them. Locale: en-US -ms.date: 09/29/2023 +ms.date: 08/27/2024 schema: 2.0.0 title: about ANSI terminals --- @@ -144,8 +144,8 @@ The following members control how or when ANSI formatting is used: - **Verbose** - formatting for verbose messages - **Debug** - formatting for debug messages - **TableHeader** - formatting for table headers - - **CustomTableHeaderLabel** - formatting for table headers that are - calculated values + - **CustomTableHeaderLabel** - formatting for table headers that are not + actually properties on the object - **FeedbackName** - formatting for the feedback provider name (added as an experimental feature in PowerShell 7.4) - **FeedbackText** - formatting for feedback messages (added as an diff --git a/reference/7.5/Microsoft.PowerShell.Core/About/about_ANSI_Terminals.md b/reference/7.5/Microsoft.PowerShell.Core/About/about_ANSI_Terminals.md index fd0a3f429059..795f0c2a590e 100644 --- a/reference/7.5/Microsoft.PowerShell.Core/About/about_ANSI_Terminals.md +++ b/reference/7.5/Microsoft.PowerShell.Core/About/about_ANSI_Terminals.md @@ -144,8 +144,8 @@ The following members control how or when ANSI formatting is used: - **Verbose** - formatting for verbose messages - **Debug** - formatting for debug messages - **TableHeader** - formatting for table headers - - **CustomTableHeaderLabel** - formatting for table headers that are - calculated values + - **CustomTableHeaderLabel** - formatting for table headers that are not + actually properties on the object - **FeedbackName** - formatting for the feedback provider name (added as an experimental feature in PowerShell 7.4) - **FeedbackText** - formatting for feedback messages (added as an