Skip to content

Commit

Permalink
docs: typofix (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
ollisulopuisto authored and adampash committed Mar 1, 2019
1 parent 0a15a37 commit 44a7ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extractors/custom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ As you might guess, the selectors key provides an array of selectors that Mercur
The selector you choose should return one element. If more than one element is returned by your selector, it will fail (and Mercury will fall back to its generic extractor).
Because the `selectors` property returns an array, you to write more than one selector for a property extractor. This is particularly useful for sites that have multiple templates for articles. If you provide an array of selectors, Mercury will try each in order, falling back to the next until it finds a match or exhausts the options (in which case it will fall back to its default generic extractor).
Because the `selectors` property returns an array, you can write more than one selector for a property extractor. This is particularly useful for sites that have multiple templates for articles. If you provide an array of selectors, Mercury will try each in order, falling back to the next until it finds a match or exhausts the options (in which case it will fall back to its default generic extractor).
#### Selecting an attribute
Expand Down

0 comments on commit 44a7ec7

Please sign in to comment.