Skip to content

Commit 2aa490d

Browse files
authored
fix: TypoTolerance type has a wrong key name
wrong name 'disabledOnAttributes' rename to correct name 'disableOnAttributes'
1 parent fbe783b commit 2aa490d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export type Synonyms = {
160160
} | null
161161
export type TypoTolerance = {
162162
enabled?: boolean | null
163-
disabledOnAttributes?: string[] | null
163+
disableOnAttributes?: string[] | null
164164
disableOnWords?: string[] | null
165165
minWordSizeForTypos?: {
166166
oneTypo?: number | null

0 commit comments

Comments
 (0)