From 79ace7950160f9f00eb9b5741524202675d7da13 Mon Sep 17 00:00:00 2001 From: Heeam Shin <40779050+HeeamShin@users.noreply.github.com> Date: Thu, 17 Mar 2022 20:25:14 +0900 Subject: [PATCH] docs: fix typo in record-extractor.md (#1326) --- packages/website/docs/record-extractor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/website/docs/record-extractor.md b/packages/website/docs/record-extractor.md index e77a23c3..ec445a31 100644 --- a/packages/website/docs/record-extractor.md +++ b/packages/website/docs/record-extractor.md @@ -10,7 +10,7 @@ This documentation will only contain information regarding the **helpers.docsear ::: -Pages are extracted by a [`recordExtractor`][9]. These extractors are assigned to [`actions`][12] via the [`recordExtractor`][9] parameter. This parameter links to a function that returns the data you want to index, organized in a array of JSON objects. +Pages are extracted by a [`recordExtractor`][9]. These extractors are assigned to [`actions`][12] via the [`recordExtractor`][9] parameter. This parameter links to a function that returns the data you want to index, organized in an array of JSON objects. _The helpers are a collection of functions to help you extract content and generate Algolia records._