From: Marcel Werk Date: Sun, 21 Apr 2024 14:03:06 +0000 (+0200) Subject: Fix typo X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cc7a499527efcfa71f278d4b4b4226d34908ebb2;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Fix typo Co-authored-by: Alexander Ebert --- 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: