From 1bc0b7cea15acec9dac82207c098b695f63db6dd Mon Sep 17 00:00:00 2001 From: James Rhea Date: Tue, 1 Oct 2019 16:41:45 -0400 Subject: [PATCH] Fix typo (#857) Change "every internal links" to "every internal link". --- docs/src/crawler-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/crawler-overview.md b/docs/src/crawler-overview.md index 72675728..b06b4576 100644 --- a/docs/src/crawler-overview.md +++ b/docs/src/crawler-overview.md @@ -9,7 +9,7 @@ The DocSearch scraper is written in python and heavily based on the [Scrapy][1] framework. It will go through all pages of your website and extract content from the HTML structure to populate an Algolia index. -It will automatically follow every internal links to make sure we are not +It will automatically follow every internal link to make sure we are not missing any content, and will use the semantics of your HTML structure to construct its records. This means that `h1`,`h2`, etc., (`selectors`) titles will be used for the hierarchy, and each `p` of text will be used as a potential