There was an error while loading. Please reload this page.
1 parent 95243d3 commit 06ba438Copy full SHA for 06ba438
1 file changed
PSFluentObjectValidation/Public/Assert-Exist.ps1
@@ -4,7 +4,7 @@ function Assert-Exist {
4
[Alias('In')]
5
$InputObject,
6
[Parameter(Mandatory=$true, ValueFromPipeline = $true)]
7
- [Alias('Width', 'Test')]
+ [Alias('With', 'Test')]
8
[string]$Key
9
)
10
0 commit comments