Skip to content

Commit

Permalink
Fix description for CustomTableHeaderLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwheeler committed Aug 27, 2024
1 parent 4442c4f commit f955167
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f955167

Please sign in to comment.