Skip to content

Commit 3bc251c

Browse files
committed
typo fix
1 parent 14c25c5 commit 3bc251c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

repo_docs/NEW_CMDLETS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ms.date: 09/18/2025
2+
ms.date: 10/03/2025
33
---
44

55
# Create new cmdlet articles

repo_docs/UPDATE_CMDLETS.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ms.date: 09/18/2025
2+
ms.date: 10/03/2025
33
---
44

55
# Update existing cmdlet articles
@@ -50,9 +50,11 @@ After you connect in PowerShell to the server or service (either in a regular Wi
5050
Import-Module Microsoft.PowerShell.PlatyPS
5151
```
5252

53-
### Step 4: Use New-MarkdownHelp to dump the latest version of the cmdlet to a file
53+
<a name='step-4-use-new-markdownhelp-to-dump-the-latest-version-of-the-cmdlet-to-a-file'></a>
5454

55-
These instructions are the same (up to a point) as in [Create new cmdlet articles](NEW_CMDLETS.md):
55+
### Step 4: Use New-MarkdownCommandHelp to dump the latest version of the cmdlet to a file
56+
57+
These instructions are basically the same as in [Create new cmdlet articles](NEW_CMDLETS.md):
5658

5759
The basic syntax is:
5860

0 commit comments

Comments
 (0)