From 20a58d23147567a48788bc75078861aa99b18b02 Mon Sep 17 00:00:00 2001 From: Sjors <40437966+Sjorsa@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:15:13 +0200 Subject: [PATCH] Fix typo in fastdotcom strings (#102384) --- homeassistant/components/fastdotcom/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/fastdotcom/strings.json b/homeassistant/components/fastdotcom/strings.json index b1e03681c96..705eada9387 100644 --- a/homeassistant/components/fastdotcom/strings.json +++ b/homeassistant/components/fastdotcom/strings.json @@ -2,7 +2,7 @@ "services": { "speedtest": { "name": "Speed test", - "description": "Immediately executs a speed test with Fast.com." + "description": "Immediately executes a speed test with Fast.com." } } }