MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)
https://methodsandpractices.github.io/vsteam-docs/
MIT License
445 stars 155 forks source link

(maint) Fix typo in example #375

Closed glennsarti closed 3 years ago

glennsarti commented 3 years ago

PR Summary

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 and removes trailing whitepsace.

PR Checklist

N/A for a docs only change.

SebastianSchuetze commented 3 years ago

thanks for spotting and correcting it!