1
0
Fork 0

docs: fix typo in record-extractor.md (#1326)

This commit is contained in:
Heeam Shin 2022-03-17 20:25:14 +09:00 committed by GitHub
parent 305787587b
commit 79ace79501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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._