We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233d3e3 commit 4726a25Copy full SHA for 4726a25
doc/esp8266wifi/client-secure-examples.rst
@@ -117,7 +117,7 @@ In the next steps we should execute GET command. This is done is similar way as
117
118
After sending the request we should wait for a reply and then process received information.
119
120
-Out of received replay we can skip response header. This can be done by reading until an empty line ``"\r"`` that marks the end of the header:
+Out of received reply we can skip response header. This can be done by reading until an empty line ``"\r"`` that marks the end of the header:
121
122
.. code:: cpp
123
0 commit comments