From 6f5311cfe28e8f6430ee9fd33035dda7746c021a Mon Sep 17 00:00:00 2001 From: Adam Crawford Date: Mon, 5 May 2025 22:09:56 -0400 Subject: [PATCH 1/2] Clarify Conceptual Content Note wording --- .../community/contributing/get-started-writing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/docs-conceptual/community/contributing/get-started-writing.md b/reference/docs-conceptual/community/contributing/get-started-writing.md index 18c12effb105..93371430d541 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 From bb4854d2673a7c521e3503d6a0a8414eb0836ebc Mon Sep 17 00:00:00 2001 From: Adam Crawford Date: Mon, 5 May 2025 22:10:33 -0400 Subject: [PATCH 2/2] Fix typo in Next Steps --- .../community/contributing/get-started-writing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/docs-conceptual/community/contributing/get-started-writing.md b/reference/docs-conceptual/community/contributing/get-started-writing.md index 93371430d541..6afadbbf142a 100644 --- a/reference/docs-conceptual/community/contributing/get-started-writing.md +++ b/reference/docs-conceptual/community/contributing/get-started-writing.md @@ -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].