Skip to content

Commit 647c20d

Browse files
committed
wip
1 parent 45dc96a commit 647c20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/signals/signals/src/types/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export interface SignalsPluginSettingsConfig {
117117
* // remove an attribute from the list of attributes to watch for changes
118118
* (defaultRoles) => defaultRoles.filter(tag => tag.toLowerCase() !== 'aria-selected')
119119
*/
120-
mutationGenObservedAttributes?: (defaultAttribtues: string[]) => string[]
120+
mutationGenObservedAttributes?: (defaultAttributes: string[]) => string[]
121121
}
122122

123123
export type RegexLike = RegExp | string

0 commit comments

Comments
 (0)