From 928e83f56f71dcf906ce575963f8549acdb50e58 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 14 Feb 2026 16:00:51 -0700 Subject: [PATCH] fix: Correct special remark 'FROIN' description --- metar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metar.html b/metar.html index fd603f9..8a4ee16 100644 --- a/metar.html +++ b/metar.html @@ -260,7 +260,7 @@ 'CB': 'Cumulonimbus' }; const specialRemarks = { - 'FROIN': 'Frontal passage in vicinity', + 'FROIN': 'Frost on indicator', 'CONTRAILS': 'Contrails observed', 'VIRGA': 'Virga (precipitation not reaching the ground)', 'HALO': 'Halo phenomenon observed'