From 9b9e98a26e25ad6aa9f1ceee9215043476cfd548 Mon Sep 17 00:00:00 2001 From: spongebobberts <133538584+spongebobberts@users.noreply.github.com> Date: Thu, 22 Aug 2024 03:05:13 -0400 Subject: [PATCH] Fix typo in Alexa resources docstring (#124388) Fixed typo in Alexa resources docstring --- homeassistant/components/alexa/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/alexa/resources.py b/homeassistant/components/alexa/resources.py index 7782716798a..4541801d31f 100644 --- a/homeassistant/components/alexa/resources.py +++ b/homeassistant/components/alexa/resources.py @@ -283,7 +283,7 @@ class AlexaPresetResource(AlexaCapabilityResource): """Implements Alexa PresetResources. Use presetResources with RangeController to provide a set of - friendlyNamesfor each RangeController preset. + friendlyNames for each RangeController preset. https://developer.amazon.com/docs/device-apis/resources-and-assets.html#presetresources """