From 376cc1d745b4a5f410edcfc0eea3808886722b7a Mon Sep 17 00:00:00 2001 From: jsw08 <46420489+jsw08@users.noreply.github.com> Date: Thu, 25 Jul 2024 22:08:37 +0200 Subject: [PATCH] Fix typo in hybernation tweak. (#2439) Changed 'stadby' to 'standby' --- config/tweaks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tweaks.json b/config/tweaks.json index 88919728..e539aa86 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -60,7 +60,7 @@ }, "WPFTweaksLaptopHibernation": { "Content": "Set Hibernation as default (good for laptops)", - "Description": "Most modern laptops have connected stadby enabled which drains the battery, this sets hibernation as default which will not drain the battery. See issue https://github.com/ChrisTitusTech/winutil/issues/1399", + "Description": "Most modern laptops have connected standby enabled which drains the battery, this sets hibernation as default which will not drain the battery. See issue https://github.com/ChrisTitusTech/winutil/issues/1399", "category": "Essential Tweaks", "panel": "1", "Order": "a014_",