From 5197b6dd7b75d8a6c044eb223d90f3c9241b8039 Mon Sep 17 00:00:00 2001 From: s-pace Date: Tue, 12 Mar 2019 10:28:54 +0100 Subject: [PATCH] fix linter error --- docs/src/required-configuration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/required-configuration.md b/docs/src/required-configuration.md index 2a9e1dc2..c5719d0e 100644 --- a/docs/src/required-configuration.md +++ b/docs/src/required-configuration.md @@ -102,10 +102,10 @@ tags: The `content` value of the meta will be added to every records extracted from the page. Given that the name is `DocSearch:$NAME`, `$NAME` will be set as an -attribute in each of them. Its value will be its related `content` value. You -can then transform them as [`facetFilters`][4] to filter over them. We will need -to set the settings of your Algolia indec via the DocSearch `custom_settings` -parameter and set `attributesForFaceting` Algolia parameter accordingly. +attribute in every records. Its value will be its related `content` value. You +can then transform these attributes as [`facetFilters`][4] to filter over them +from the UI. We will need to set `attributesForFaceting` of your Algolia index +exposed via the DocSearch `custom_settings` parameter. ```json "custom_settings": {