Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/7.4/Microsoft.PowerShell.Utility/Get-Random.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ In this example, the **InputObject** parameter specifies an array that contains
Get-Random -InputObject @('a','',$null)
```

`Get-Random` returns either `a`, empty string, or `$null`. The empty sting displays as a blank line
`Get-Random` returns either `a`, empty string, or `$null`. The empty string displays as a blank line
and `$null` returns to a PowerShell prompt.

## PARAMETERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ In this example, the **InputObject** parameter specifies an array that contains
Get-SecureRandom -InputObject @('a','',$null)
```

`Get-SecureRandom` returns either `a`, empty string, or `$null`. The empty sting displays as a blank
`Get-SecureRandom` returns either `a`, empty string, or `$null`. The empty string displays as a blank
line and `$null` returns to a PowerShell prompt.

## PARAMETERS
Expand Down
2 changes: 1 addition & 1 deletion reference/7.5/Microsoft.PowerShell.Utility/Get-Random.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ In this example, the **InputObject** parameter specifies an array that contains
Get-Random -InputObject @('a','',$null)
```

`Get-Random` returns either `a`, empty string, or `$null`. The empty sting displays as a blank line
`Get-Random` returns either `a`, empty string, or `$null`. The empty string displays as a blank line
and `$null` returns to a PowerShell prompt.

## PARAMETERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ In this example, the **InputObject** parameter specifies an array that contains
Get-SecureRandom -InputObject @('a','',$null)
```

`Get-SecureRandom` returns either `a`, empty string, or `$null`. The empty sting displays as a blank
`Get-SecureRandom` returns either `a`, empty string, or `$null`. The empty string displays as a blank
line and `$null` returns to a PowerShell prompt.

## PARAMETERS
Expand Down
2 changes: 1 addition & 1 deletion reference/7.6/Microsoft.PowerShell.Utility/Get-Random.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ In this example, the **InputObject** parameter specifies an array that contains
Get-Random -InputObject @('a','',$null)
```

`Get-Random` returns either `a`, empty string, or `$null`. The empty sting displays as a blank line
`Get-Random` returns either `a`, empty string, or `$null`. The empty string displays as a blank line
and `$null` returns to a PowerShell prompt.

## PARAMETERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ In this example, the **InputObject** parameter specifies an array that contains
Get-SecureRandom -InputObject @('a','',$null)
```

`Get-SecureRandom` returns either `a`, empty string, or `$null`. The empty sting displays as a blank
`Get-SecureRandom` returns either `a`, empty string, or `$null`. The empty string displays as a blank
line and `$null` returns to a PowerShell prompt.

## PARAMETERS
Expand Down