diff --git a/mkdocs/apiconfig.md b/mkdocs/apiconfig.md index 3dcabec..6db3a69 100644 --- a/mkdocs/apiconfig.md +++ b/mkdocs/apiconfig.md @@ -294,8 +294,8 @@ Set the menu title. ## AutoConnectConfig example ```cpp -AutoConenct Portal; -AutoConenctConfig Config("", "passpass"); // SoftAp name is determined at runtime +AutoConnect Portal; +AutoConnectConfig Config("", "passpass"); // SoftAp name is determined at runtime Config.apid = ESP.hostname(); // Retrieve host name to SotAp identification Config.apip = IPAddress(192,168,10,101); // Sets SoftAP IP address Config.gateway = IPAddress(192,168,10,1); // Sets WLAN router IP address