File tree Expand file tree Collapse file tree
reference/docs-conceptual Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ is published to `learn.microsoft.com`.
1818
1919Before starting any changes, create a working branch in your local copy of the PowerShell-Docs
2020repository. When working locally, be sure to synchronize your local repository before creating your
21- working branch. The working branch should be created from an update -to-date copy of the ` main `
21+ working branch. The working branch should be created from an up -to-date copy of the ` main `
2222branch.
2323
24- All pull requests should target the ` main ` branch. Don't submit change to the ` live ` branch. Changes
24+ All pull requests should target the ` main ` branch. Don't submit changes to the ` live ` branch. Changes
2525made in the ` main ` branch get merged into ` live ` , overwriting any changes made to ` live ` .
2626
2727## Make the pull request process work better for everyone
@@ -41,7 +41,7 @@ changed files. Large PRs are difficult to review and are more prone to contain e
4141When renaming or deleting files, there must be an issue associated with the PR. That issue must
4242discuss the need to rename or delete the files.
4343
44- Avoid mixing content additions or change with file renames and deletes. Any file that's renamed or
44+ Avoid mixing content additions or changes with file renames and deletes. Any file that's renamed or
4545deleted must be added to the global redirection file. When possible, update any files that link to
4646the renamed or deleted content, including any TOC files.
4747
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ There are three versions of DSC available:
1717 With the release of PowerShell 7.2, the ** PSDesiredStateConfiguration** module is no longer
1818 included in the PowerShell package. Separating DSC into its own module allows us to invest and
1919 develop DSC independent of PowerShell and reduces the size of the PowerShell package. Users of DSC
20- will enjoy the benefit of upgrading DSC without the need to upgrade PowerShell, accelerating time
20+ will enjoy the benefit of upgrading DSC without the need to upgrade PowerShell, accelerating the time
2121 to deployment of new DSC features. Users that want to continue using DSC v2 can download
2222 ** PSDesiredStateConfiguration** 2.0.5 from the PowerShell Gallery.
2323- DSC 3.0 is the new version of DSC. This version is a preview release that is still being
@@ -26,7 +26,7 @@ There are three versions of DSC available:
2626 Automanage.
2727
2828The documentation for DSC has been moved to a new location so that we can manage the DSC
29- version-specific information separate from the versions of PowerShell.
29+ version-specific information separately from the versions of PowerShell.
3030
3131See the new documentation in [ Desired State Configuration 2.0] [ 02 ] .
3232
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ throwing errors. The log messages describe what restrictions would apply if the
8686 session on a locked down machine.
8787
8888- PowerShell 7.2 now disallows scripts from using COM objects in AppLocker system lock down
89- conditions. Cmdlet that use COM or DCOM internally aren't affected.
89+ conditions. Cmdlets that use COM or DCOM internally aren't affected.
9090
9191### Security Servicing Criteria
9292
You can’t perform that action at this time.
0 commit comments