Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Dec 11, 2024
1 parent 45dc96a commit 647c20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/signals/signals/src/types/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export interface SignalsPluginSettingsConfig {
* // remove an attribute from the list of attributes to watch for changes
* (defaultRoles) => defaultRoles.filter(tag => tag.toLowerCase() !== 'aria-selected')
*/
mutationGenObservedAttributes?: (defaultAttribtues: string[]) => string[]
mutationGenObservedAttributes?: (defaultAttributes: string[]) => string[]
}

export type RegexLike = RegExp | string
Expand Down

0 comments on commit 647c20d

Please sign in to comment.