Skip to content

Commit b00c4ac

Browse files
committed
fix(docs): Fixed typo bellow > below
1 parent 72a582b commit b00c4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/examples/MatterThermostat/MatterThermostat.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ void loop() {
205205
if (SimulatedThermostat.getMode() == MatterThermostat::THERMOSTAT_MODE_COOL) {
206206
isCooling = true;
207207
isHeating = false; // keep the heating system off as it is in cooling mode
208-
// when the cooling system is in COOLING mode, it will be turned off as soon as the local temperature is bellow the setpoint
208+
// when the cooling system is in COOLING mode, it will be turned off as soon as the local temperature is below the setpoint
209209
if (localTemperature < SimulatedThermostat.getCoolingSetpoint()) {
210210
// turn off the cooling system
211211
isCooling = false;

0 commit comments

Comments
 (0)