From 9ffa1cee06b78d4e934d1cc74b6679a21d4d6ef4 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 19 Dec 2025 00:23:56 -0700 Subject: [PATCH] Fix grammar --- module/hooks/oft.tweakStatuses.mjs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module/hooks/oft.tweakStatuses.mjs b/module/hooks/oft.tweakStatuses.mjs index 966c521..622d6f4 100644 --- a/module/hooks/oft.tweakStatuses.mjs +++ b/module/hooks/oft.tweakStatuses.mjs @@ -1,9 +1,9 @@ /* This hook is used to broadcast the final status of all tweaks within the module, -allowing them to either confirm their registration didn't happen or to do -something once all of the module setup has been finalized. Tweak statuses cannot -be blocked or changed from this hook, to prevent a tweak from being registered -you should use the "oft.preRegisterTweak" hook. +allowing other modules to either confirm their registration didn't happen or to +do something once all of the module setup has been finalized. Tweak statuses +cannot be blocked or changed from this hook, to prevent a tweak from being +registered you should use the "oft.preRegisterTweak" hook. Call Signature: (settings: Record) => void */