Skip to content

Commit c6563a3

Browse files
Merge pull request jdhitsolutions#133 from fiala-sns/patch-1
Update Get-PSUnique.md typo
2 parents e92bb07 + a1e0fa5 commit c6563a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Get-PSUnique.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Get-PSUnique [-InputObject] <Object> [<CommonParameters>]
2121

2222
You can use this command to filter for truly unique objects. That is, every property on every object is considered unique. Most things in PowerShell are already guaranteed to be unique, but you might import data from a CSV file with duplicate entries. Get-PSUnique can help filter.
2323

24-
This command works best with simple objects. Objects with nested objects as properties may not be properly deteted.
24+
This command works best with simple objects. Objects with nested objects as properties may not be properly detected.
2525

2626
## EXAMPLES
2727

0 commit comments

Comments
 (0)