diff --git a/reference/docs-conceptual/community/contributing/get-started-writing.md b/reference/docs-conceptual/community/contributing/get-started-writing.md index 18c12effb105..6afadbbf142a 100644 --- a/reference/docs-conceptual/community/contributing/get-started-writing.md +++ b/reference/docs-conceptual/community/contributing/get-started-writing.md @@ -28,8 +28,8 @@ The [conceptual documentation][3] isn't organized by version. All articles are d version of PowerShell. > [!NOTE] -> Anytime a conceptual article is added, removed, or renamed, the TOC must be updated and deleted or -> renamed files must be redirected. +> Anytime a conceptual article is added, removed, or renamed, the TOC must be updated. +> Any deleted or renamed files must be redirected. ### Metadata files @@ -116,7 +116,7 @@ Contributor's Guide: large changes. Before starting any changes, you should create a fork of the PowerShell-Docs repository. The changes -should be made in a working branch in you copy of the PowerShell-Docs. If you're using the **quick +should be made in a working branch in your copy of the PowerShell-Docs. If you're using the **quick edit** method in GitHub, these steps are handled for you. If you're using the **full GitHub workflow**, you must be set up to [work locally][7].