Skip to content

Commit 14c25c5

Browse files
committed
Update NEW_CMDLETS.md
Typo fix
1 parent 8ee8d62 commit 14c25c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo_docs/NEW_CMDLETS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ You have two choices:
145145
```powershell
146146
$x = Get-Command "<Cmdlet1>","<Cmdlet2>",..."<CmdletN>"
147147
148-
New-MarkdownHelp -Command $x -OutputFolder "<Path>"
148+
New-MarkdownCommandHelp -Command $x -OutputFolder "<Path>"
149149
```
150150

151151
**Notes**:

0 commit comments

Comments
 (0)