mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
Fix spelling typos in files under doc/esp8266wifi (#7520)
This patch fixes some spelling typos in following files bearssl-client-secure-class.rst client-class.rst scan-class.rst scan-examples.rst server-examples.rst
This commit is contained in:
@ -204,7 +204,7 @@ Complete sketch is presented below.
|
||||
|
||||
// close the connection:
|
||||
client.stop();
|
||||
Serial.println("[Client disonnected]");
|
||||
Serial.println("[Client disconnected]");
|
||||
}
|
||||
}
|
||||
|
||||
@ -236,7 +236,7 @@ The page would be refreshed every 5 seconds. Each time this happens, you should
|
||||
Host: 192.168.1.104
|
||||
DNT: 1
|
||||
Connection: Keep-Alive
|
||||
[client disonnected]
|
||||
[client disconnected]
|
||||
|
||||
Conclusion
|
||||
~~~~~~~~~~
|
||||
|
Reference in New Issue
Block a user