From 4fe7bfc3f9bfdbbc84fbfe1905f55f29028cc791 Mon Sep 17 00:00:00 2001 From: Kai Welke Date: Thu, 15 Sep 2022 09:04:55 +0200 Subject: [PATCH] docs: typo in heading (#1562) --- 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 8f7c3506..4d1ae760 100644 --- a/packages/website/docs/record-extractor.md +++ b/packages/website/docs/record-extractor.md @@ -201,7 +201,7 @@ This parameter allow you to boost records built from the current `pathsToMatch`. }, ``` -### Reduce the number records +### Reduce the number of records If you encounter the `Extractors returned too many records` error when your page outputs more than 750 records. The [`aggregateContent`](#aggregatecontent) option helps you reducing the number of records at the `content` level of the extractor.