Skip to content

Commit 703ff54

Browse files
authored
Merge pull request #11557 from MicrosoftDocs/chrisda
Chrisda to Main
2 parents c1d9ddd + 4b5a0e5 commit 703ff54

File tree

4 files changed

+57
-57
lines changed

4 files changed

+57
-57
lines changed

exchange/docs-conceptual/exchange-cmdlet-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ For more information about variables, see [about_Variables](/powershell/module/m
108108

109109
In any programming language, an _escape character_ is used to identify special characters literally, and not by their normal function in that language. In Exchange PowerShell, when you enclose a text string in double quotation marks, the escape character is the back quotation mark escape character ( ` ).
110110

111-
For example, if you want the output `The price is $23`, enter the value **"The price is \`$23"**. The escape character is required on the dollar sign character ( $ ) because $ defines variables in PowerShell.
111+
For example, if you want the output `The price is $23`, enter the value **"The price is \`$23"**. The escape character is required on the dollar sign character ( $ ) because $ defines variables in PowerShell.
112112

113113
If you enclose the string in single quotation marks, the only special character you need to worry about is the single quotation mark character itself, which requires two single quotation marks to escape ( `''` ).
114114

0 commit comments

Comments
 (0)