tomohulk / WinSCP

WinSCP PowerShell Wrapper Module
GNU General Public License v3.0
153 stars 30 forks source link

Typos in Get-WinSCPItem and Get-WinSCPChildItem #114

Closed jeffreymcclain closed 4 years ago

jeffreymcclain commented 5 years ago

Issue Description

There is a small typo on the Wiki page "Get-WinSCPItem" in the Description. Specifically, "remote file.s" should be "remote files."

There is also a small typo on the Wiki page "Get-WinSCPChildItem" in Example 2. Specifically, "Get-WinChildItem" should be "Get-WinSCPChildItem".

Example

https://github.com/dotps1/WinSCP/wiki/Get-WinSCPItem#description https://github.com/dotps1/WinSCP/wiki/Get-WinSCPChildItem#example-2

Notes

P.S.: I created a pull request to try to help fix this last month and save you some time: https://github.com/dotps1/WinSCP/pull/112

These are relatively trivial / minor fixes, but I figured I'd mention them anyways. Feel free to either use my pull request or fix them a different way.

Thanks again for supporting this module so well, I see you already updated the build to 5.15.4 a few hours ago!

dotps1 commented 4 years ago

fixed with v5.15.5.

thanks.