Fix Get-VisualStudioExtensions function name typo (#1059)

This commit is contained in:
Ryan Spletzer
2020-06-17 04:44:33 -04:00
committed by GitHub
parent 8ef693d23d
commit 5ad4d03532
2 changed files with 2 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ $markdown += New-MDNewLine
$markdown += New-MDHeader "Workloads, components and extensions:" -Level 4
$markdown += New-MDNewLine
$markdown += ((Get-VisualStudioComponents) + (Get-VisualStudioExtenions)) | New-MDTable
$markdown += ((Get-VisualStudioComponents) + (Get-VisualStudioExtensions)) | New-MDTable
$markdown += New-MDNewLine
$markdown += New-MDHeader ".NET Core SDK" -Level 3