mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-20 03:47:01 -04:00
fix typo in multiple files (#1911)
This commit is contained in:
parent
a9e67e2955
commit
0afe319141
7 changed files with 9 additions and 9 deletions
|
@ -269,7 +269,7 @@ export interface DefinedSettings<
|
|||
store: SettingsStore<Def> & PrivateSettings;
|
||||
/**
|
||||
* React hook for getting the settings for this plugin
|
||||
* @param filter optional filter to avoid rerenders for irrelavent settings
|
||||
* @param filter optional filter to avoid rerenders for irrelevent settings
|
||||
*/
|
||||
use<F extends Extract<keyof Def | keyof PrivateSettings, string>>(filter?: F[]): Pick<SettingsStore<Def> & PrivateSettings, F>;
|
||||
/** Definitions of each setting */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue