diff --git a/examples/ONE/ONE.ino b/examples/ONE/ONE.ino index 8768adc3..391673fc 100644 --- a/examples/ONE/ONE.ino +++ b/examples/ONE/ONE.ino @@ -1065,7 +1065,7 @@ void webServerMetricsGet(void) { add_metric("temperature", "The ambient temperature as measured by the AirGradient SHT " "sensor, in degrees Celsius", - "gauge", "celcius"); + "gauge", "celsius"); add_metric_point("", String(temp)); } if (hum >= 0) {