Skip to content

Commit cdddeb9

Browse files
Update docs/src/basics/Events.md
Co-authored-by: Fredrik Bagge Carlson <[email protected]>
1 parent 4c3d6fc commit cdddeb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/Events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ Our plant is simple. We have a heater that's turned on and off by the clocked pa
408408
which adds `furnace_power` forcing to the system when enabled. We then leak heat proportional to `leakage`
409409
as a function of the square of the current temperature.
410410

411-
We need a controller with hysteresis to conol the plant. We wish the furnace to turn on when the temperature
411+
We need a controller with hysteresis to control the plant. We wish the furnace to turn on when the temperature
412412
is below `furnace_on_threshold` and off when above `furnace_off_threshold`, while maintaining its current state
413413
in between. To do this, we create two continuous callbacks:
414414

0 commit comments

Comments
 (0)