From fdf6d4284d57cfeeb434ac08a24c629eab21a31d Mon Sep 17 00:00:00 2001 From: csleal <80231530+csleal@users.noreply.github.com> Date: Mon, 26 Sep 2022 09:24:24 -0300 Subject: Update customservices.md "cicle" to circle --- docs/customservices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/customservices.md') diff --git a/docs/customservices.md b/docs/customservices.md index 8877ece..df97cc9 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -61,7 +61,7 @@ The following configuration is available for the OpenWeatherMap service: locationId: "2759794" # Optional: Specify OpenWeatherMap city ID for better accuracy apikey: "<---insert-api-key-here--->" # insert your own API key here. Request one from https://openweathermap.org/api. units: "metric" # units to display temperature. Can be one of: metric, imperial, kelvin. Defaults to kelvin. - background: "square" # choose which type of background you want behind the image. Can be one of: square, cicle, none. Defaults to none. + background: "square" # choose which type of background you want behind the image. Can be one of: square, circle, none. Defaults to none. type: "OpenWeather" ``` -- cgit v1.2.3