Fix grammar
This commit is contained in:
parent
037533401b
commit
9ffa1cee06
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue