From 629f4e884686872bea8ae7680f9a6715ab39c525 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 10 Aug 2023 15:37:47 +0200 Subject: [PATCH] Fix opensky altitude mistake (#28533) Co-authored-by: Robert Resch --- source/_integrations/opensky.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/opensky.markdown b/source/_integrations/opensky.markdown index bc51ee8853d..da43e4a121e 100644 --- a/source/_integrations/opensky.markdown +++ b/source/_integrations/opensky.markdown @@ -26,7 +26,7 @@ longitude: radius: description: The radius in meters around the latitude/longitude point to track. altitude: - description: The minimum height in meters above which the planes are tracked. No input (or 0) means all planes are tracked in the area. + description: The maximum altitude in meters in which the planes are tracked. No input (or 0) means all planes in the area are tracked. {% endconfiguration_basic %} ## Events