Explorar o código

Corrected `frss:xPathItemTitle` definition (#5140)

mincerafter42 %!s(int64=3) %!d(string=hai) anos
pai
achega
60edc28528
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/en/developers/OPML.md

+ 1 - 1
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: `.`