We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3d6fc commit cdddeb9Copy full SHA for cdddeb9
docs/src/basics/Events.md
@@ -408,7 +408,7 @@ Our plant is simple. We have a heater that's turned on and off by the clocked pa
408
which adds `furnace_power` forcing to the system when enabled. We then leak heat proportional to `leakage`
409
as a function of the square of the current temperature.
410
411
-We need a controller with hysteresis to conol the plant. We wish the furnace to turn on when the temperature
+We need a controller with hysteresis to control the plant. We wish the furnace to turn on when the temperature
412
is below `furnace_on_threshold` and off when above `furnace_off_threshold`, while maintaining its current state
413
in between. To do this, we create two continuous callbacks:
414
0 commit comments