From aea7b3809eb62a93b8bd561b75f8fde438b9f91c Mon Sep 17 00:00:00 2001 From: ncguk Date: Mon, 13 Jan 2025 20:46:25 +0000 Subject: [PATCH] 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'. --- docs/starting_methods.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/starting_methods.rst b/docs/starting_methods.rst index 566976d..6096293 100644 --- a/docs/starting_methods.rst +++ b/docs/starting_methods.rst @@ -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 `_. +You can read `more about it here `_. .. literalinclude:: ../examples/httpserver_simpletest_auto_connection_manager.py