From 6e9538dd6c96a991d13c48ea3384dae3a5dbc23e Mon Sep 17 00:00:00 2001 From: Takashi Takebayashi Date: Wed, 21 May 2025 09:31:01 +0900 Subject: [PATCH] Fix typo: sting -> string --- reference/7.4/Microsoft.PowerShell.Utility/Get-Random.md | 2 +- reference/7.4/Microsoft.PowerShell.Utility/Get-SecureRandom.md | 2 +- reference/7.5/Microsoft.PowerShell.Utility/Get-Random.md | 2 +- reference/7.5/Microsoft.PowerShell.Utility/Get-SecureRandom.md | 2 +- reference/7.6/Microsoft.PowerShell.Utility/Get-Random.md | 2 +- reference/7.6/Microsoft.PowerShell.Utility/Get-SecureRandom.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/7.4/Microsoft.PowerShell.Utility/Get-Random.md b/reference/7.4/Microsoft.PowerShell.Utility/Get-Random.md index fc04ce9d1f1a..8eafcff7ba78 100644 --- a/reference/7.4/Microsoft.PowerShell.Utility/Get-Random.md +++ b/reference/7.4/Microsoft.PowerShell.Utility/Get-Random.md @@ -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 diff --git a/reference/7.4/Microsoft.PowerShell.Utility/Get-SecureRandom.md b/reference/7.4/Microsoft.PowerShell.Utility/Get-SecureRandom.md index cf72b0559b52..81f4bdcbbc2e 100644 --- a/reference/7.4/Microsoft.PowerShell.Utility/Get-SecureRandom.md +++ b/reference/7.4/Microsoft.PowerShell.Utility/Get-SecureRandom.md @@ -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 diff --git a/reference/7.5/Microsoft.PowerShell.Utility/Get-Random.md b/reference/7.5/Microsoft.PowerShell.Utility/Get-Random.md index 1441f72c035f..f9ed30770452 100644 --- a/reference/7.5/Microsoft.PowerShell.Utility/Get-Random.md +++ b/reference/7.5/Microsoft.PowerShell.Utility/Get-Random.md @@ -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 diff --git a/reference/7.5/Microsoft.PowerShell.Utility/Get-SecureRandom.md b/reference/7.5/Microsoft.PowerShell.Utility/Get-SecureRandom.md index f68a702fdb65..2ddf6b3a23c8 100644 --- a/reference/7.5/Microsoft.PowerShell.Utility/Get-SecureRandom.md +++ b/reference/7.5/Microsoft.PowerShell.Utility/Get-SecureRandom.md @@ -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 diff --git a/reference/7.6/Microsoft.PowerShell.Utility/Get-Random.md b/reference/7.6/Microsoft.PowerShell.Utility/Get-Random.md index 75753bec2de9..4d38170744e4 100644 --- a/reference/7.6/Microsoft.PowerShell.Utility/Get-Random.md +++ b/reference/7.6/Microsoft.PowerShell.Utility/Get-Random.md @@ -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 diff --git a/reference/7.6/Microsoft.PowerShell.Utility/Get-SecureRandom.md b/reference/7.6/Microsoft.PowerShell.Utility/Get-SecureRandom.md index 5599a2c73fc0..d0c8cf404658 100644 --- a/reference/7.6/Microsoft.PowerShell.Utility/Get-SecureRandom.md +++ b/reference/7.6/Microsoft.PowerShell.Utility/Get-SecureRandom.md @@ -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