Skip to content

Commit de3810a

Browse files
authored
Apply suggestion from @curquiza
1 parent 3b42fcc commit de3810a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.code-samples.meilisearch.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ update_displayed_attributes_1: |-
260260
});
261261
reset_displayed_attributes_1: |-
262262
client.index("movies").resetDisplayedAttributesSettings();
263-
get_typo_tolerance_1: client.index("books").getTypoToleranceSettings();
263+
get_typo_tolerance_1: |-
264+
client.index("books").getTypoToleranceSettings();
264265
update_typo_tolerance_1: |-
265266
TypoTolerance typoTolerance = new TypoTolerance();
266267
HashMap<String, Integer> minWordSizeTypos =

0 commit comments

Comments
 (0)