We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04aa9fc commit 7dd5520Copy full SHA for 7dd5520
README.md
@@ -139,7 +139,7 @@ Instead of reading a bock of characters we can request to read a line (which is
139
140
## File Upload - Writing to Remote Files
141
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.
+the file already exists it will be replaced with the new content if you use the FileMode WRITE.
143
144
```C++
145
FTPClient<WiFiClient> client;
0 commit comments