Skip to content

Commit

Permalink
Merge pull request #86 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Update content_parser.md
  • Loading branch information
andrewnguonly committed Feb 12, 2024
2 parents e1778ee + ec3dc5b commit 72439bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content_parser.md
Expand Up @@ -26,7 +26,7 @@ Example queries:

`querySelector()` supports [complex selectors](https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector#complex_selectors) and [negation](https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector#negation).

Example conifg for a single domain:
Example config for a single domain:
```json
{
"domain.com": {
Expand All @@ -41,4 +41,4 @@ Example conifg for a single domain:
]
}
}
```
```

0 comments on commit 72439bf

Please sign in to comment.