From f0bf5c57958e861578a30d746fc657e247ff18f0 Mon Sep 17 00:00:00 2001 From: Igor Shults Date: Thu, 14 Dec 2017 12:02:41 -0600 Subject: [PATCH] Fix typo (#4210) --- source/_components/sensor.openweathermap.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.openweathermap.markdown b/source/_components/sensor.openweathermap.markdown index 9dc0e763c1c..f672ff07291 100644 --- a/source/_components/sensor.openweathermap.markdown +++ b/source/_components/sensor.openweathermap.markdown @@ -30,7 +30,7 @@ sensor: ``` {% configuration %} - apk_key: + api_key: description: Your API key for OpenWeatherMap. required: true type: string