We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45dc96a commit 647c20dCopy full SHA for 647c20d
packages/signals/signals/src/types/settings.ts
@@ -117,7 +117,7 @@ export interface SignalsPluginSettingsConfig {
117
* // remove an attribute from the list of attributes to watch for changes
118
* (defaultRoles) => defaultRoles.filter(tag => tag.toLowerCase() !== 'aria-selected')
119
*/
120
- mutationGenObservedAttributes?: (defaultAttribtues: string[]) => string[]
+ mutationGenObservedAttributes?: (defaultAttributes: string[]) => string[]
121
}
122
123
export type RegexLike = RegExp | string
0 commit comments