From cc7a499527efcfa71f278d4b4b4226d34908ebb2 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sun, 21 Apr 2024 16:03:06 +0200 Subject: [PATCH] Fix typo Co-authored-by: Alexander Ebert --- docs/php/api/rss_feeds.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/php/api/rss_feeds.md b/docs/php/api/rss_feeds.md index 932325b4..49186cd1 100644 --- a/docs/php/api/rss_feeds.md +++ b/docs/php/api/rss_feeds.md @@ -77,9 +77,9 @@ $channel->item($item); ## `RssFeedSource` -[RssFeedSource](https://github.com/WoltLab/WCF/blob/master/wcfsetup/install/files/lib/system/rssFeed/RssFeedSource.class.php) represents the scource of a feed item. A feed item can only have one scource. +[RssFeedSource](https://github.com/WoltLab/WCF/blob/master/wcfsetup/install/files/lib/system/rssFeed/RssFeedSource.class.php) represents the source of a feed item. A feed item can only have one source. -An instance of `RssFeedSource` is created implicitly when an scource is assigned to a feed item. +An instance of `RssFeedSource` is created implicitly when an source is assigned to a feed item. Example: -- 2.20.1