Skip to content

Commit 17bbe04

Browse files
authored
Typos
1 parent 103ffe0 commit 17bbe04

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

specs/crawler/common/schemas/configuration.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ Configuration:
2323
The API key must have:
2424
2525
26-
- These [rights and restrictions](https://www.algolia.com/doc/guides/security/api-keys/#rights-and-restrictions): `search`, `addObject`, `deleteObject`, `deleteIndex`, `settings`, `editSettings`, `listIndexes`, `browse`
26+
- These [rights and restrictions](https://www.algolia.com/doc/guides/security/api-keys/#rights-and-restrictions):
27+
`search`, `addObject`, `deleteObject`, `deleteIndex`, `settings`, `editSettings`, `listIndexes`, `browse`.
2728
2829
- Access to the correct set of indices, based on the crawler's `indexPrefix`.
29-
For example, if the prefix is `crawler_`, the API key must have access to `crawler_*`)
30+
For example, if the prefix is `crawler_`, the API key must have access to `crawler_*`.
3031
3132
32-
**You can't use your [Admin API key](https://www.algolia.com/doc/guides/security/api-keys/#predefined-api-keys).**
33+
**Don't use your [Admin API key](https://www.algolia.com/doc/guides/security/api-keys/#predefined-api-keys).**
3334
appId:
3435
$ref: '../parameters.yml#/applicationID'
3536
exclusionPatterns:
@@ -287,9 +288,9 @@ ignoreCanonicalTo:
287288
oneOf:
288289
- type: boolean
289290
description: |
290-
Determines if the crawler should extract records from a page with a [canonical URL](https://www.algolia.com/doc/tools/crawler/getting-started/crawler-configuration/#canonical-urls-and-crawler-behaviorr).
291+
Determines if the crawler should extract records from a page with a [canonical URL](https://www.algolia.com/doc/tools/crawler/getting-started/crawler-configuration/#canonical-urls-and-crawler-behavior).
291292
292-
If ignoreCanonicalTo is set to:
293+
If `ignoreCanonicalTo` is set to:
293294
294295
- `true` all canonical URLs are ignored.
295296
- One or more URL patterns, the crawler will ignore the canonical URL if it matches a pattern.

0 commit comments

Comments
 (0)