Skip to content

Commit 0633424

Browse files
authored
Fix typo: sting -> string (#12088)
1 parent 5e1c811 commit 0633424

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

reference/7.4/Microsoft.PowerShell.Utility/Get-Random.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ In this example, the **InputObject** parameter specifies an array that contains
266266
Get-Random -InputObject @('a','',$null)
267267
```
268268

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

272272
## PARAMETERS

reference/7.4/Microsoft.PowerShell.Utility/Get-SecureRandom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ In this example, the **InputObject** parameter specifies an array that contains
205205
Get-SecureRandom -InputObject @('a','',$null)
206206
```
207207

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

211211
## PARAMETERS

reference/7.5/Microsoft.PowerShell.Utility/Get-Random.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ In this example, the **InputObject** parameter specifies an array that contains
266266
Get-Random -InputObject @('a','',$null)
267267
```
268268

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

272272
## PARAMETERS

reference/7.5/Microsoft.PowerShell.Utility/Get-SecureRandom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ In this example, the **InputObject** parameter specifies an array that contains
205205
Get-SecureRandom -InputObject @('a','',$null)
206206
```
207207

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

211211
## PARAMETERS

reference/7.6/Microsoft.PowerShell.Utility/Get-Random.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ In this example, the **InputObject** parameter specifies an array that contains
266266
Get-Random -InputObject @('a','',$null)
267267
```
268268

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

272272
## PARAMETERS

reference/7.6/Microsoft.PowerShell.Utility/Get-SecureRandom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ In this example, the **InputObject** parameter specifies an array that contains
205205
Get-SecureRandom -InputObject @('a','',$null)
206206
```
207207

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

211211
## PARAMETERS

0 commit comments

Comments
 (0)