Fix typo (#857)
Change "every internal links" to "every internal link".
This commit is contained in:
parent
965349ee63
commit
1bc0b7cea1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
framework. It will go through all pages of your website and extract content from
|
||||||
the HTML structure to populate an Algolia index.
|
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
|
missing any content, and will use the semantics of your HTML structure to
|
||||||
construct its records. This means that `h1`,`h2`, etc., (`selectors`) titles
|
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
|
will be used for the hierarchy, and each `p` of text will be used as a potential
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue