aboutsummaryrefslogtreecommitdiff
path: root/docs/en/developers
diff options
context:
space:
mode:
authorGravatar mincerafter42 <viatrix-git@purelymail.com> 2023-02-23 11:14:55 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-23 20:14:55 +0100
commit60edc285281459a74f731836dffd20a693a80a21 (patch)
tree33ba646e34e12785ae9adbf17d78725e0b43dccb /docs/en/developers
parente2a7e192a681a2d81070322fb23bbf08e62da624 (diff)
Corrected `frss:xPathItemTitle` definition (#5140)
Diffstat (limited to 'docs/en/developers')
-rw-r--r--docs/en/developers/OPML.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/developers/OPML.md b/docs/en/developers/OPML.md
index f65fd2faa..5191592a8 100644
--- a/docs/en/developers/OPML.md
+++ b/docs/en/developers/OPML.md
@@ -29,7 +29,7 @@ The following attributes are using similar naming conventions than [RSS-Bridge](
* `frss:xPathItem`: XPath expression for extracting the feed items from the source page.
* Example: `//div[@class="news-item"]`
-* `frss:xPathItemTitle`: XPath expression for extracting the feed title from the source page.
+* `frss:xPathItemTitle`: XPath expression for extracting the item’s title from the item context.
* Example: `descendant::h2`
* `frss:xPathItemContent`: XPath expression for extracting an item’s content from the item context.
* Example: `.`