Skip to content

Commit

Permalink
Merge pull request #100 from ncguk/patch-1
Browse files Browse the repository at this point in the history
Fix a couple of typos in starting_methods.rst
  • Loading branch information
dhalbert authored Jan 14, 2025
2 parents bcef270 + aea7b38 commit 529e0a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/starting_methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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,
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.
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
Expand Down

0 comments on commit 529e0a8

Please sign in to comment.