From 6991dc7072acb9a62dac03c52a6bc6684b429784 Mon Sep 17 00:00:00 2001 From: senmm Date: Fri, 21 Oct 2022 13:50:49 +0000 Subject: [PATCH] fix typo. --- documents/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/FAQ.md b/documents/FAQ.md index 7e43bf30..b981b292 100644 --- a/documents/FAQ.md +++ b/documents/FAQ.md @@ -9,7 +9,7 @@ If you are just getting started make sure you [install this sdk](https://github. ``` python io.init_logging(io.LogLevel.Error, 'stderr') ``` -You can also enable [CloudWatch logging](https://docs.aws.amazon.com/iot/latest/developerguide/cloud-watch-logs.html) for IoT which will provide you with additional information that is not avaible on the client side sdk. +You can also enable [CloudWatch logging](https://docs.aws.amazon.com/iot/latest/developerguide/cloud-watch-logs.html) for IoT which will provide you with additional information that is not available on the client side sdk. ### I keep getting AWS_ERROR_MQTT_UNEXPECTED_HANGUP