From 4aced0bb3aadcb6421c087faadc8dbabae64a700 Mon Sep 17 00:00:00 2001 From: Ryan MacLean <6923433+ryanmaclean@users.noreply.github.com> Date: Sat, 17 Mar 2018 16:49:01 -0700 Subject: [PATCH] Quick Typo Fix --- doc/esp8266wifi/readme.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/esp8266wifi/readme.rst b/doc/esp8266wifi/readme.rst index dd412b9153..980d873d96 100644 --- a/doc/esp8266wifi/readme.rst +++ b/doc/esp8266wifi/readme.rst @@ -8,7 +8,7 @@ Introduction ------------ The `Wi-Fi library for ESP8266 `__ has been developed basing on `ESP8266 SDK `__, using naming convention and overall functionality philosophy of `Arduino WiFi library `__. Over time the wealth Wi-Fi features ported from ESP9266 SDK to `esp8266 / -Adruino `__ outgrow `Arduino WiFi library `__ and it became apparent that we need to provide separate documentation on what is new and extra. +Adruino `__ outgrew `Arduino WiFi library `__ and it became apparent that we need to provide separate documentation on what is new and extra. This documentation will walk you through several classes, methods and properties of `ESP8266WiFi `__ library. If you are new to C++ and Arduino, don't worry. We will start from general concepts and then move to detailed description of members of each particular class including usage examples.