Skip to content

Commit 4726a25

Browse files
a-c-sreedhar-reddydevyte
authored andcommitted
typo fix (#5319)
1 parent 233d3e3 commit 4726a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/esp8266wifi/client-secure-examples.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ In the next steps we should execute GET command. This is done is similar way as
117117
118118
After sending the request we should wait for a reply and then process received information.
119119

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:
120+
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:
121121

122122
.. code:: cpp
123123

0 commit comments

Comments
 (0)