-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-utilityArea - Microsoft.PowerShell.Utility moduleArea - Microsoft.PowerShell.Utility moduleissue-doc-bugIssue - error in documentationIssue - error in documentation
Description
Prerequisites
- Write a descriptive title.
- Search the existing issues.
- I am reporting the documentation problem for version of PowerShell I am using.
Version
5.1, 7.0, 7.1, 7.2, 7.3 (preview)
Link to affected document
Description of the documentation error
Example 5 of Add-Member uses an incorrect parameter value for the MemberType parameter. Instead of Property it should be NoteProperty.
Suggested fix
In example 5, change the MemberType parameter value from Property to NoteProperty.
Metadata
Metadata
Assignees
Labels
area-utilityArea - Microsoft.PowerShell.Utility moduleArea - Microsoft.PowerShell.Utility moduleissue-doc-bugIssue - error in documentationIssue - error in documentation