2320: chore(http, lib): rename typo to typo_tolerance r=irevoire a=MarinPostma

fix #2319


Co-authored-by: ad hoc <postma.marin@protonmail.com>
This commit is contained in:
bors[bot] 2022-04-14 09:50:39 +00:00 committed by GitHub
commit b1333ab5b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 13 deletions

View file

@ -162,10 +162,10 @@ make_setting_route!(
);
make_setting_route!(
"/typo",
"/typo-tolerance",
meilisearch_lib::index::updates::TypoSettings,
typo,
"typo"
typo_tolerance,
"typoTolerance"
);
make_setting_route!(
@ -254,7 +254,7 @@ generate_configure!(
stop_words,
synonyms,
ranking_rules,
typo
typo_tolerance
);
pub async fn update_all(