From f40bd3e49cf97a395b878570fc412b3322674055 Mon Sep 17 00:00:00 2001 From: Jaylyn Barbee <51131738+Jaylyn-Barbee@users.noreply.github.com> Date: Thu, 20 Nov 2025 09:41:40 -0800 Subject: [PATCH] Fix typo in LightSwitchStateManager filename --- doc/devdocs/modules/lightswitch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devdocs/modules/lightswitch.md b/doc/devdocs/modules/lightswitch.md index 5974550d3c..18192f7f23 100644 --- a/doc/devdocs/modules/lightswitch.md +++ b/doc/devdocs/modules/lightswitch.md @@ -36,7 +36,7 @@ The **Light Switch** module lets users automatically transition between light an * **LightSwitchService.cpp** is the heart beat of the module. Controls ticking every minute and depending on user actions (manual override, settings changing, etc) triggers the state manager to perform the corresponding operation. -* **LightSwitchStateMangager.cpp** +* **LightSwitchStateManager.cpp** handles updating the state based on the signals sent by LightSwitchService. * **SettingsXAML/LightSwitch**