Skip to content

Commit 67eb3a0

Browse files
committed
Merge pull request #316 from mcfiredrill/patch-1
fix typo in readme
2 parents 7e450d7 + c228210 commit 67eb3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ you can pass the `strip: false` option: `capture(:ls, '-l', strip: false)`
6666
#### Transferring files
6767

6868
All backends also support the `upload!` and `download!` methods for transferring files.
69-
For the remote backed, the file is tranferred with scp.
69+
For the remote backend, the file is tranferred with scp.
7070

7171
```ruby
7272
on '1.example.com' do

0 commit comments

Comments
 (0)