Skip to content

Commit 44a7ec7

Browse files
ollisulopuistoadampash
authored andcommitted
docs: typofix (#300)
1 parent 0a15a37 commit 44a7ec7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extractors/custom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ As you might guess, the selectors key provides an array of selectors that Mercur
4343
4444
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).
4545
46-
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).
46+
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).
4747
4848
#### Selecting an attribute
4949

0 commit comments

Comments
 (0)