diff options
author | jcea <jcea@jcea.es> | 2018-06-25 02:15:41 +0200 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2018-06-25 17:36:28 +1000 |
commit | 5731e535dd516c931d45c71dba153cc8bbdd7d72 (patch) | |
tree | 645d2232cab1cff11a7f08de41f078d6a910673f /docs/esp8266 | |
parent | 6fc84a74542b814a90e2f34bdd927156abf9f662 (diff) | |
download | micropython-5731e535dd516c931d45c71dba153cc8bbdd7d72.tar.gz micropython-5731e535dd516c931d45c71dba153cc8bbdd7d72.zip |
docs/esp8266: Fix minor typo in "certificates".
Diffstat (limited to 'docs/esp8266')
-rw-r--r-- | docs/esp8266/general.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/esp8266/general.rst b/docs/esp8266/general.rst index 08d8b4756a..fe1cdc1c65 100644 --- a/docs/esp8266/general.rst +++ b/docs/esp8266/general.rst @@ -156,7 +156,7 @@ also has some known issues/limitations: 1. No support for Diffie-Hellman (DH) key exchange and Elliptic-curve cryptography (ECC). This means it can't work with sites which force - the use of these features (it works ok with classic RSA certifactes). + the use of these features (it works ok with classic RSA certificates). 2. Half-duplex communication nature. axTLS uses a single buffer for both sending and receiving, which leads to considerable memory saving and works well with protocols like HTTP. But there may be problems with |