We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3864798 commit e93b619Copy full SHA for e93b619
reference/docs-conceptual/discover-powershell.md
@@ -234,7 +234,7 @@ Get-Process | Get-Member -MemberType Method
234
235
By default PowerShell only displays a few properties. The previous example displayed the `Name`,
236
`MemberType` and `Definition` members. You can use `Select-Object` to specify properties you want to
237
-see. You For example, you want to display only the `Name` and `Definition` properties:
+see. For example, you want to display only the `Name` and `Definition` properties:
238
239
```powershell
240
Get-Process | Get-Member | Select-Object Name, Definition
0 commit comments