From c040de906fc72f9ec2720ff7240bcd563e90e78b Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Sat, 27 Jul 2019 02:01:15 +0900 Subject: [PATCH] Typo fixed --- mkdocs/credit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs/credit.md b/mkdocs/credit.md index 964630a..1c98b4a 100644 --- a/mkdocs/credit.md +++ b/mkdocs/credit.md @@ -1,4 +1,4 @@ -## Saved credential in EEPROM +## Saved credentials in EEPROM AutoConnect stores the established WiFi connection in the EEPROM of the ESP8266/ESP32 module and equips the class to access it from the sketch. You can read, write or erase the credentials using this class individually. It's [**AutoConnectCredential**](#autoconnectcredential) class which provides the access method to the saved credentials in EEPROM.[^1] @@ -78,7 +78,7 @@ Load a credential entry and store to **config**. bool save(const struct station_config* config) ``` -Save a credentail entry. +Save a credential entry.
**Parameter**
configstation_config to be saved.