Skip to content

Commit b9e0a21

Browse files
Merge #1276
1276: fix: TypoTolerance type has a wrong key name r=bidoubiwa a=lrvinye wrong name 'disabledOnAttributes' rename to correct name 'disableOnAttributes' # Pull Request ## What does this PR do? Fixes #1275 <!-- Please link the issue you're trying to fix with this PR, if none then please create an issue first. --> ## PR checklist Please check if your PR fulfills the following requirements: - [✔] Does this PR fix an existing issue? - [✔] Have you read the contributing guidelines? - [✔] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Kyrie Lrvinye <[email protected]>
2 parents c1a3b1e + 2aa490d commit b9e0a21

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)