Skip to content

Commit e93b619

Browse files
authored
Fix typo in discover-powershell.md (#10305)
1 parent 3864798 commit e93b619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/docs-conceptual/discover-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Get-Process | Get-Member -MemberType Method
234234

235235
By default PowerShell only displays a few properties. The previous example displayed the `Name`,
236236
`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:
237+
see. For example, you want to display only the `Name` and `Definition` properties:
238238

239239
```powershell
240240
Get-Process | Get-Member | Select-Object Name, Definition

0 commit comments

Comments
 (0)