This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 20af02584d5b364e2dfd8c76eae942604f3f0ee9 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Wed Feb 21 16:47:52 2024 +0100 CAMEL-20410: documentation fixes for camel-rss - Fixed samples - Fixed grammar and typos - Fixed punctuation - Added and/or fixed links - Converted to use tabs --- components/camel-rss/src/main/docs/rss-component.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/camel-rss/src/main/docs/rss-component.adoc b/components/camel-rss/src/main/docs/rss-component.adoc index f92670067e7..95c4dc4ed55 100644 --- a/components/camel-rss/src/main/docs/rss-component.adoc +++ b/components/camel-rss/src/main/docs/rss-component.adoc @@ -14,8 +14,8 @@ *{component-header}* -The RSS component is used for polling RSS feeds. Camel will default -poll the feed every 60th seconds. +The RSS component is used for polling RSS feeds. By default, Camel will +poll the feed every 60th second. Maven users will need to add the following dependency to their `pom.xml` for this component: @@ -30,7 +30,7 @@ for this component: </dependency> ------------------------------------------------------------ -*Note:* The component currently only supports polling (consuming) feeds. +NOTE: The component currently only supports consuming feeds. == URI format @@ -74,7 +74,7 @@ a `SyndFeed` with one `SyndEntry` or a `java.util.List` of `SyndEntrys`. == Example If the URL for the RSS feed uses query parameters, this component will -resolve them. For example if the feed uses `alt=rss`, then the following example will be resolved: +resolve them. For example, if the feed uses `alt=rss`, then the following example will be resolved: [source,java] ----
