From 4726a2501a049eb819e8b1fee88ceb52c3607e2e Mon Sep 17 00:00:00 2001 From: A C SREEDHAR REDDY Date: Wed, 7 Nov 2018 19:43:20 +0530 Subject: [PATCH] typo fix (#5319) --- doc/esp8266wifi/client-secure-examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/esp8266wifi/client-secure-examples.rst b/doc/esp8266wifi/client-secure-examples.rst index fe1205c8b..aa74b40b9 100644 --- a/doc/esp8266wifi/client-secure-examples.rst +++ b/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 After sending the request we should wait for a reply and then process received information. -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: .. code:: cpp