sgtoj / PSConnectWise

PowerShell Module that provide several CmdLets to interact with ConnectWise REST API service.
MIT License
45 stars 13 forks source link

A few minor typos across the scripts #3

Closed guygregory closed 8 years ago

guygregory commented 8 years ago

Thought it might be good to correct these early on to help things down the line:

itemsLeftToRetrived > itemsLeftToRetrieve queriedCompanys > queriedCompanies

Careful not to do a find/replace on just 'Companys', as you'll catch the CompanySvc variable

sgtoj commented 8 years ago

Thanks. I will fix this very soon.