Skip to content

Commit b701b98

Browse files
evanroodeigrr
authored andcommitted
Update libraries.md (#2808)
fixed a few typos
1 parent 898d280 commit b701b98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/libraries.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ APIs related to deep sleep and watchdog timer are available in the `ESP` object,
7171

7272
`ESP.restart()` restarts the CPU.
7373

74-
`ESP.getResetReason()` returns String containing the last reset resaon in human readable format.
74+
`ESP.getResetReason()` returns String containing the last reset reason in human readable format.
7575

7676
`ESP.getFreeHeap()` returns the free heap size.
7777

@@ -104,7 +104,7 @@ Note that by default ADC is configured to read from TOUT pin using `analogRead(A
104104
105105
## mDNS and DNS-SD responder (ESP8266mDNS library)
106106
107-
Allows the sketch to respond to multicast DNS queries for domain names like "foo.local", and DNS-SD (service dicovery) queries.
107+
Allows the sketch to respond to multicast DNS queries for domain names like "foo.local", and DNS-SD (service discovery) queries.
108108
See attached example for details.
109109
110110
## SSDP responder (ESP8266SSDP)
@@ -113,7 +113,7 @@ SSDP is another service discovery protocol, supported on Windows out of the box.
113113
114114
## DNS server (DNSServer library)
115115
116-
Implements a simple DNS server that can be used in both STA and AP modes. The DNS server currently supports only one domain (for all other domains it will reply with NXDOMAIN or custom status code). With it clients can open a web server running on ESP8266 using a domain name, not an IP address.
116+
Implements a simple DNS server that can be used in both STA and AP modes. The DNS server currently supports only one domain (for all other domains it will reply with NXDOMAIN or custom status code). With it, clients can open a web server running on ESP8266 using a domain name, not an IP address.
117117
See attached example for details.
118118
119119
## Servo

0 commit comments

Comments
 (0)