Skip to content

Commit 7dd5520

Browse files
committed
Corrected a spelling mistake: 'alreay' → 'already'
1 parent 04aa9fc commit 7dd5520

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
@@ -139,7 +139,7 @@ Instead of reading a bock of characters we can request to read a line (which is
139139
140140
## File Upload - Writing to Remote Files
141141
You can write to a file on a remote system by using the regular Stream write() or print() methods. If
142-
the file alreay exists it will be replaced with the new content if you use the FileMode WRITE.
142+
the file already exists it will be replaced with the new content if you use the FileMode WRITE.
143143
144144
```C++
145145
FTPClient<WiFiClient> client;

0 commit comments

Comments
 (0)