Skip to content

Commit 32dbf15

Browse files
author
Cam Pedersen
committed
[doc] fix missing punctuation
1 parent 1502944 commit 32dbf15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ scp.send(options, function (err) {
3131

3232
Send a file to a remote host (in your `~/.ssh/config`)
3333

34-
You must pass in `options. A `cb` function is optional, and will be passed `err`, `stdout`, and `stderr`.
34+
You must pass in `options`. A `cb` function is optional, and will be passed `err`, `stdout`, and `stderr`.
3535

3636
There are currently 3 options:
3737

@@ -47,7 +47,7 @@ scp.send({
4747

4848
Transfer a file from a remote host (in your `~/.ssh/config`) to the current computer.
4949

50-
You must pass in `options. A `cb` function is optional, and will be passed `err`, `stdout`, and `stderr`.
50+
You must pass in `options`. A `cb` function is optional, and will be passed `err`, `stdout`, and `stderr`.
5151

5252
There are currently 3 options:
5353

0 commit comments

Comments
 (0)