You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix incorrect case/capitalization in ref docs (#11928)
This ensures the following components have the correct/consistent case
throughout the reference documentation:
Preference variable, PS environment variable, PS drive, PS provider,
PS command name, PS command argument, PS module, PS file extension,
PS host name/application, #Requires statement, parameter name,
about_* topic, member name, scope modifier, keyword, operator,
calculated property key/value, attribute, type accelerator,
type literal/name, WMI namespace/class, variable name,
special character, comment-based help keyword, product/company name,
Windows drive letter/directory, Windows/Unix environment variable
In addition, changes include fixes to incorrect terminology (e.g.,
referring to a keyword as a command) and formatting of PS syntax
elements (non-exhaustive).
The `Export-FormatData` cmdlet creates Windows PowerShell formatting files (format.ps1xml) from
34
+
The `Export-FormatData` cmdlet creates Windows PowerShell formatting files (`format.ps1xml`) from
35
35
the formatting objects in the current session. It takes the **ExtendedTypeDefinition** objects that
36
36
`Get-FormatData` returns and saves them in a file in XML format.
37
37
38
-
Windows PowerShell uses the data in formatting files (format.ps1xml) to generate the default display
39
-
of Microsoft .NET Framework objects in the session. You can view and edit the formatting files and
40
-
use the Update-FormatData cmdlet to add the formatting data to a session.
38
+
Windows PowerShell uses the data in formatting files (`format.ps1xml`) to generate the default
39
+
display of Microsoft .NET Framework objects in the session. You can view and edit the formatting
40
+
files and use the Update-FormatData cmdlet to add the formatting data to a session.
41
41
42
42
For more information about formatting files in Windows PowerShell, see [about_Format.ps1xml](../Microsoft.PowerShell.Core/About/about_Format.ps1xml.md).
43
43
@@ -46,16 +46,16 @@ For more information about formatting files in Windows PowerShell, see [about_Fo
0 commit comments