Prerequisites
Version
7.2
Link to affected document
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_format.ps1xml?view=powershell-7.2#widecontrol-tag
Description of the documentation error
A <WideEntry> tag typically contains a <PropertyName> tag
In the above is missing to mention <WideItem> tag
Suggested fix
A <WideEntry> tag typically contains one or more <WideItem> tags. A <WideItem> tag typically contains a <PropertyName> tag.
Prerequisites
Version
7.2
Link to affected document
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_format.ps1xml?view=powershell-7.2#widecontrol-tag
Description of the documentation error
In the above is missing to mention
<WideItem>tagSuggested fix
A
<WideEntry>tag typically contains one or more<WideItem>tags. A<WideItem>tag typically contains a<PropertyName>tag.