Skip to content

Commit

Permalink
change code comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasYao93 committed Apr 26, 2021
1 parent d327bb3 commit 4dde0b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/GenerateExternalContributors.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ foreach ($members in $teamMembers) {
$skipContributors += $members.login
}

# Output exteneral contributors infomation.
Write-Debug 'Output exteneral contributors infomation.'
# Output external contributors information.
Write-Debug 'Output external contributors information.'
'### Thanks to our community contributors' | Out-File -FilePath $contributorsMDFile -Force
Write-Host '### Thanks to our community contributors'

Expand Down

0 comments on commit 4dde0b9

Please sign in to comment.