Skip to content

Commit 06ba438

Browse files
committed
Fixing typo in assert-exists Key Alias
1 parent 95243d3 commit 06ba438

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PSFluentObjectValidation/Public/Assert-Exist.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function Assert-Exist {
44
[Alias('In')]
55
$InputObject,
66
[Parameter(Mandatory=$true, ValueFromPipeline = $true)]
7-
[Alias('Width', 'Test')]
7+
[Alias('With', 'Test')]
88
[string]$Key
99
)
1010

0 commit comments

Comments
 (0)