Fix a couple of typos in starting_methods.rst

Change 'socker pool' to 'socket pool' and 'more about the it here' to 'more about it here'.
This commit is contained in:
ncguk 2025-01-13 20:46:25 +00:00 committed by GitHub
parent bcef270a3d
commit aea7b3809e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,10 +70,10 @@ Helper for socket pool using ``adafruit_connection_manager``
------------------------------------------------------------ ------------------------------------------------------------
If you do not want to configure the socket pool manually, you can use the ``adafruit_connection_manager`` library, If you do not want to configure the socket pool manually, you can use the ``adafruit_connection_manager`` library,
which provides helpers for getting socker pool and SSL context for common boards. which provides helpers for getting socket pool and SSL context for common boards.
Note that it is not installed by default. Note that it is not installed by default.
You can read `more about the it here <https://docs.circuitpython.org/projects/connectionmanager/en/latest/index.html>`_. You can read `more about it here <https://docs.circuitpython.org/projects/connectionmanager/en/latest/index.html>`_.
.. literalinclude:: ../examples/httpserver_simpletest_auto_connection_manager.py .. literalinclude:: ../examples/httpserver_simpletest_auto_connection_manager.py