From b6c88158425d4b9e3e4ca772a07120f4e03f36f0 Mon Sep 17 00:00:00 2001 From: A C SREEDHAR REDDY Date: Wed, 7 Nov 2018 18:35:16 +0530 Subject: [PATCH] typo fix --- 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 fe1205c8bb..aa74b40b9c 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