Skip to content

Commit ff4ab77

Browse files
committed
fix: fix typos
1 parent 50914f4 commit ff4ab77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specs/common/schemas/IndexSettings.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ alternativesAsExactEnum:
523523
attributeCriteriaComputedByMinProximity:
524524
type: boolean
525525
description: |
526-
Whether the best matching attribute should be determined by minimum proximit
526+
Whether the best matching attribute should be determined by minimum proximity
527527
This setting only affects ranking if the Attribute ranking criterion comes before Proximity in the `ranking` setting.
528528
If true, the best matching attribute is selected based on the minimum proximity of multiple matches.
529529
Otherwise, the best matching attribute is determined by the order in the `searchableAttributes` setting.
@@ -751,10 +751,10 @@ queryLanguages:
751751
example:
752752
- es
753753
description: |
754-
Languages for language-specific query processing steps such as plurals, stop-word removal, and word-detection dictionarie
754+
Languages for language-specific query processing steps such as plurals, stop-word removal, and word-detection dictionaries
755755
This setting sets a default list of languages used by the `removeStopWords` and `ignorePlurals` settings.
756756
This setting also sets a dictionary for word detection in the logogram-based [CJK](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/normalization/#normalization-for-logogram-based-languages-cjk) languages.
757-
To support this, you must place the CJK language **first*
757+
To support this, you must place the CJK language **first**
758758
**You should always specify a query language.**
759759
If you don't specify an indexing language, the search engine uses all [supported languages](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/supported-languages/),
760760
or the languages you specified with the `ignorePlurals` or `removeStopWords` parameters.

0 commit comments

Comments
 (0)