docs: pm: Fix typo

s/Enbles/Enables/g

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2021-05-10 15:06:12 -07:00 committed by Anas Nashif
commit 4b628341e5

View file

@ -404,7 +404,7 @@ Enable Device Idle Power Management of a Device API
void pm_device_enable(const struct device *dev); void pm_device_enable(const struct device *dev);
Enbles Idle Power Management of the device. Enables Idle Power Management of the device.
Disable Device Idle Power Management of a Device API Disable Device Idle Power Management of a Device API
---------------------------------------------------- ----------------------------------------------------