Fix typo in "headding"
This commit is contained in:
Marco H 2020-01-06 21:43:27 +01:00 committed by Fabian Affolter
parent fa4e1e9c4d
commit 8f740dc845

View File

@ -30,7 +30,7 @@ As it suggests the region name is not the city or nearest city you want to get t
Be aware, to get the region name you need to use the following link by replacing `Hamburg` with your city:
- Find your region here: `https://www.dwd.de/DE/wetter/warnungen_landkreise/warnWetter_node.html?ort=Hamburg`
- On the page that is loaded in your browser you will find the correct region ("Kreis") below the map as a headding.
- On the page that is loaded in your browser you will find the correct region ("Kreis") below the map as a heading.
- Verify if you find any warning for your region here. Your region ("Kreis") will appear only if warnings exist: `https://www.dwd.de/DWD/warnungen/warnapp_landkreise/json/warnings.json?jsonp=loadWarnings`
</div>