Prerequisites
Version
5.1, 7.0, 7.1, 7.2, 7.3 (preview)
Link to affected document
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/new-variable
Description of the documentation error
The private parameter value of the Scope parameter reads, "... You can use private scope to create a private version of an item with the same name in another scope." The words "private scope" need the article "the" added before them.
Suggested fix
Change it to read, "... You can use the private scope to create a private version of an item with the same name in another scope."