Skip to content

Commit c409af2

Browse files
Fix a few typos (#11072)
Fix some typos in three files that were grammatically incorrect.
1 parent 872c533 commit c409af2

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

reference/docs-conceptual/community/contributing/pull-requests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ is published to `learn.microsoft.com`.
1818

1919
Before starting any changes, create a working branch in your local copy of the PowerShell-Docs
2020
repository. 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`
2222
branch.
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
2525
made 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
4141
When renaming or deleting files, there must be an issue associated with the PR. That issue must
4242
discuss 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
4545
deleted must be added to the global redirection file. When possible, update any files that link to
4646
the renamed or deleted content, including any TOC files.
4747

reference/docs-conceptual/dsc/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2828
The 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

3131
See the new documentation in [Desired State Configuration 2.0][02].
3232

reference/docs-conceptual/security/security-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)