Skip to content

Commit a5340df

Browse files
authored
Merge pull request MicrosoftDocs#1208 from robdy/patch-4
Fixed two little typos
2 parents 29f34af + b87863b commit a5340df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

repo_docs/NEW_CMDLETS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
**HINT:** Use `Upgrade-Module` and also `Uninstall-Module` depending on the module version you have installed.
99
1. Use PlatyPS to generate Markdown.
10-
- Skype for Business Online: `New-MarkdownHelp -module tmp_byivwzpq.e1k -OutputFolder .\docs`.
10+
- Skype for Business Online: `New-MarkdownHelp -Module tmp_byivwzpq.e1k -OutputFolder .\docs`.
1111

12-
**TIP:** You can see available modules with the command `Get-Module --listavailable`.
12+
**TIP:** You can see available modules with the command `Get-Module -ListAvailable`.
1313
1. Find the new cmdlet and you will see the stubbed markdown.
1414
1. Add the correct Applicable tags to the top metadata and also the parameters for the cmdlet.
1515
See others for details.
@@ -59,4 +59,4 @@ Note: If this is a brand new product you need to add metadata at the global leve
5959
* https://docs.microsoft.com/en-us/powershell/module/powershellget/install-module?view=powershell-6
6060
* https://docs.microsoft.com/en-us/powershell/module/powershellget/update-module?view=powershell-6
6161
* https://github.com/PowerShell/platyPS
62-
* https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/get-module?view=powershell-6
62+
* https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/get-module?view=powershell-6

0 commit comments

Comments
 (0)