Skip to content

Commit 529e0a8

Browse files
authored
Merge pull request #100 from ncguk/patch-1
Fix a couple of typos in starting_methods.rst
2 parents bcef270 + aea7b38 commit 529e0a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/starting_methods.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ Helper for socket pool using ``adafruit_connection_manager``
7070
------------------------------------------------------------
7171

7272
If you do not want to configure the socket pool manually, you can use the ``adafruit_connection_manager`` library,
73-
which provides helpers for getting socker pool and SSL context for common boards.
73+
which provides helpers for getting socket pool and SSL context for common boards.
7474

7575
Note that it is not installed by default.
76-
You can read `more about the it here <https://docs.circuitpython.org/projects/connectionmanager/en/latest/index.html>`_.
76+
You can read `more about it here <https://docs.circuitpython.org/projects/connectionmanager/en/latest/index.html>`_.
7777

7878

7979
.. literalinclude:: ../examples/httpserver_simpletest_auto_connection_manager.py

0 commit comments

Comments
 (0)