Skip to content

Commit 9683dde

Browse files
Merge pull request #133 from fiala-sns/patch-1
Update Get-PSUnique.md typo
2 parents 198add3 + e5e074c commit 9683dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)