diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Quoting_Rules.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Quoting_Rules.md index f870fa47555f..b7214a3ea5a7 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Quoting_Rules.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Quoting_Rules.md @@ -1,7 +1,7 @@ --- description: Describes rules for using single and double quotation marks in PowerShell. Locale: en-US -ms.date: 12/09/2021 +ms.date: 04/26/2022 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_quoting_rules?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: about Quoting Rules @@ -98,7 +98,7 @@ The value of $i is 5. ## Single-quoted strings -A string enclosed in single-quotation marks is a _verbatim_ string. The string +A string enclosed in single quotation marks is a _verbatim_ string. The string is passed to the command exactly as you type it. No substitution is performed. For example: @@ -114,7 +114,7 @@ The value $i is $i. ``` Similarly, expressions in single-quoted strings are not evaluated. They are -interpreted as literals. For example: +interpreted as string literals. For example: ```powershell 'The value of $(2+3) is 5.' diff --git a/reference/7.0/Microsoft.PowerShell.Core/About/about_Quoting_Rules.md b/reference/7.0/Microsoft.PowerShell.Core/About/about_Quoting_Rules.md index 59bc9c15045e..401e1e4e4ffc 100644 --- a/reference/7.0/Microsoft.PowerShell.Core/About/about_Quoting_Rules.md +++ b/reference/7.0/Microsoft.PowerShell.Core/About/about_Quoting_Rules.md @@ -1,7 +1,7 @@ --- description: Describes rules for using single and double quotation marks in PowerShell. Locale: en-US -ms.date: 12/09/2021 +ms.date: 04/26/2022 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_quoting_rules?view=powershell-7&WT.mc_id=ps-gethelp schema: 2.0.0 title: about Quoting Rules @@ -98,7 +98,7 @@ The value of $i is 5. ## Single-quoted strings -A string enclosed in single-quotation marks is a _verbatim_ string. The string +A string enclosed in single quotation marks is a _verbatim_ string. The string is passed to the command exactly as you type it. No substitution is performed. For example: @@ -114,7 +114,7 @@ The value $i is $i. ``` Similarly, expressions in single-quoted strings are not evaluated. They are -interpreted as literals. For example: +interpreted as string literals. For example: ```powershell 'The value of $(2+3) is 5.' diff --git a/reference/7.1/Microsoft.PowerShell.Core/About/about_Quoting_Rules.md b/reference/7.1/Microsoft.PowerShell.Core/About/about_Quoting_Rules.md index 62db451ce025..6e28b8921dca 100644 --- a/reference/7.1/Microsoft.PowerShell.Core/About/about_Quoting_Rules.md +++ b/reference/7.1/Microsoft.PowerShell.Core/About/about_Quoting_Rules.md @@ -1,7 +1,7 @@ --- description: Describes rules for using single and double quotation marks in PowerShell. Locale: en-US -ms.date: 12/09/2021 +ms.date: 04/26/2022 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_quoting_rules?view=powershell-7.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: about Quoting Rules @@ -98,7 +98,7 @@ The value of $i is 5. ## Single-quoted strings -A string enclosed in single-quotation marks is a _verbatim_ string. The string +A string enclosed in single quotation marks is a _verbatim_ string. The string is passed to the command exactly as you type it. No substitution is performed. For example: @@ -114,7 +114,7 @@ The value $i is $i. ``` Similarly, expressions in single-quoted strings are not evaluated. They are -interpreted as literals. For example: +interpreted as string literals. For example: ```powershell 'The value of $(2+3) is 5.' diff --git a/reference/7.2/Microsoft.PowerShell.Core/About/about_Quoting_Rules.md b/reference/7.2/Microsoft.PowerShell.Core/About/about_Quoting_Rules.md index 55850be565c3..bbcd750a0f36 100644 --- a/reference/7.2/Microsoft.PowerShell.Core/About/about_Quoting_Rules.md +++ b/reference/7.2/Microsoft.PowerShell.Core/About/about_Quoting_Rules.md @@ -1,7 +1,7 @@ --- description: Describes rules for using single and double quotation marks in PowerShell. Locale: en-US -ms.date: 12/09/2021 +ms.date: 04/26/2022 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_quoting_rules?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: about Quoting Rules @@ -98,7 +98,7 @@ The value of $i is 5. ## Single-quoted strings -A string enclosed in single-quotation marks is a _verbatim_ string. The string +A string enclosed in single quotation marks is a _verbatim_ string. The string is passed to the command exactly as you type it. No substitution is performed. For example: @@ -114,7 +114,7 @@ The value $i is $i. ``` Similarly, expressions in single-quoted strings are not evaluated. They are -interpreted as literals. For example: +interpreted as string literals. For example: ```powershell 'The value of $(2+3) is 5.' diff --git a/reference/7.3/Microsoft.PowerShell.Core/About/about_Quoting_Rules.md b/reference/7.3/Microsoft.PowerShell.Core/About/about_Quoting_Rules.md index 44a728c7a13f..7e569ee4212d 100644 --- a/reference/7.3/Microsoft.PowerShell.Core/About/about_Quoting_Rules.md +++ b/reference/7.3/Microsoft.PowerShell.Core/About/about_Quoting_Rules.md @@ -1,7 +1,7 @@ --- description: Describes rules for using single and double quotation marks in PowerShell. Locale: en-US -ms.date: 12/09/2021 +ms.date: 04/26/2022 online version: https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_quoting_rules?view=powershell-7.3&WT.mc_id=ps-gethelp schema: 2.0.0 title: about Quoting Rules @@ -98,7 +98,7 @@ The value of $i is 5. ## Single-quoted strings -A string enclosed in single-quotation marks is a _verbatim_ string. The string +A string enclosed in single quotation marks is a _verbatim_ string. The string is passed to the command exactly as you type it. No substitution is performed. For example: @@ -114,7 +114,7 @@ The value $i is $i. ``` Similarly, expressions in single-quoted strings are not evaluated. They are -interpreted as literals. For example: +interpreted as string literals. For example: ```powershell 'The value of $(2+3) is 5.' diff --git a/reference/module/index.md b/reference/module/index.md index 5a2b3dfb4794..40f6c814bac8 100644 --- a/reference/module/index.md +++ b/reference/module/index.md @@ -12,7 +12,7 @@ ms.manager: sewhee ms.product: powershell ms.topic: landing-page quickFilterColumn1: powershell-7.1,windowsserver2019-ps -quickFilterColumn2: azps-7.4.0,win-mdop2-ps +quickFilterColumn2: azps-7.5.0,win-mdop2-ps quickFilterColumn3: sqlserver-ps,systemcenter-ps-2019 title: PowerShell Module Browser ---