Skip to content

Commit

Permalink
(maint) Fix typo in example
Browse files Browse the repository at this point in the history
Previously the example used the plural of the cmdlet name, however the actual name is just singular.  This commit updates the example text to use the correct name
  • Loading branch information
glennsarti authored Nov 30, 2020
1 parent 58a5491 commit 8847e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/en-US/about_vsteam_profiles.help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ EXAMPLES

This will add a profile named demonstrations for use with Set-VSTeamAccount using the AzD API.

Get-VSTeamProfiles | Remove-VSTeamProfiles -Force
Get-VSTeamProfile | Remove-VSTeamProfile -Force

This will delete all the profiles.

Expand All @@ -38,4 +38,4 @@ SEE ALSO
Set-VSTeamAccount
Set-VSTeamAPIVersion
about_vsteam
about_vsteam_provider
about_vsteam_provider

0 comments on commit 8847e66

Please sign in to comment.