Skip to content

Commit 32e276e

Browse files
authored
Fix typos in README.md
Corrected typos in the Known Issues section regarding compilation speed.
1 parent dd55807 commit 32e276e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,9 +707,9 @@ ENABLE_LEGACY_TOKEN
707707

708708
### Slow Arduino IDE Compilation Speed
709709

710-
Normally this issue can be existed due to large anount of files to be compiled and anti virus software interference.
710+
Normally this issue can be existed due to large amount of files to be compiled and anti virus software interference.
711711

712-
This library contains the large anount of C files from `BearSSL` engine used in the internal `ESP_SSLClient` library which will be used only when the `ServiceAuth`, `CustomAuth` and `ESP_SSLClient` classes are used. This can increase the compilation time.
712+
This library contains the large amount of C files from `BearSSL` engine used in the internal `ESP_SSLClient` library which will be used only when the `ServiceAuth`, `CustomAuth` and `ESP_SSLClient` classes are used. This can increase the compilation time.
713713

714714
If `ServiceAuth`, `CustomAuth` and `ESP_SSLClient` classes are not used in your code, you can remove or delete the `src/client` folder to reduce the Arduino IDE compilation time.
715715

0 commit comments

Comments
 (0)