Skip to content

Commit 03d85e8

Browse files
committed
Correct wording
1 parent f236233 commit 03d85e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remote-access/ssh/scp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ scp myfile.txt pi@192.168.1.3:project/
2020

2121
## Copying files from your Raspberry Pi
2222

23-
Copy the `myfile.txt` from your Raspberry Pi to the current directory on your other computer:
23+
Copy the file `myfile.txt` from your Raspberry Pi to the current directory on your other computer:
2424

2525
```bash
2626
scp pi@192.168.1.3:myfile.txt .

0 commit comments

Comments
 (0)