Fix grammar

This commit is contained in:
Oliver 2025-12-19 00:23:56 -07:00
parent 037533401b
commit 9ffa1cee06

View file

@ -1,9 +1,9 @@
/* /*
This hook is used to broadcast the final status of all tweaks within the module, 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 allowing other modules to either confirm their registration didn't happen or to
something once all of the module setup has been finalized. Tweak statuses cannot do something once all of the module setup has been finalized. Tweak statuses
be blocked or changed from this hook, to prevent a tweak from being registered cannot be blocked or changed from this hook, to prevent a tweak from being
you should use the "oft.preRegisterTweak" hook. registered you should use the "oft.preRegisterTweak" hook.
Call Signature: (settings: Record<string, string>) => void Call Signature: (settings: Record<string, string>) => void
*/ */