diff --git a/components/sensor/max17043.rst b/components/sensor/max17043.rst index 3b8af7addb..cec367762c 100644 --- a/components/sensor/max17043.rst +++ b/components/sensor/max17043.rst @@ -94,7 +94,7 @@ For example: Once you have called the ``sleep_mode()`` action, the MAX17043 will stop recalculating the voltage and battery level. Hence, if you leave the ESP running it will continue to publish the sensor values with the *last* measurements. - The only way to come of sleep mode is to restart the device (either as intended via deep sleep wake; or less ideally with a power cycle). + The only way to come out of sleep mode is to restart the device (either as intended via deep sleep wake; or less ideally with a power cycle). So, only call ``sleep_mode()`` when you intend to send the ESP into deep sleep.